[MacPorts] #67877: WIP: OpenSSH 9.4 snapshot Call For Testing
MacPorts
noreply at macports.org
Thu Aug 3 05:05:20 UTC 2023
#67877: WIP: OpenSSH 9.4 snapshot Call For Testing
-----------------------+--------------------
Reporter: artkiver | Owner: (none)
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: |
-----------------------+--------------------
Comment (by artkiver):
I couldn't help but notice this:
{{{
clang: warning: argument unused during compilation: '-pie' [-Wunused-
command-line-argument]
}}}
Which, according to
https://github.com/PowerDNS/pdns/issues/2125#issuecomment-71391206
"This does not mean -pie isn't used, because clang adds it by default. It
means clang did not use it again."
Similarly:
{{{
I got the same issue,
clang: warning: argument unused during compilation: '-pie'
When I discarded this and forwarded to use the executable which I
generated for x86_64 in the emulator ended up with
error: only position independent executables (PIE) are supported.
}}}
So I am wondering, perhaps with 9.4 it will be a good idea to just remove
the configure.args
{{{
--with-pie \
}}}
Since perhaps these days it is redundant?
--
Ticket URL: <https://trac.macports.org/ticket/67877#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list