Opened 19 months ago
Closed 14 months ago
#67211 closed defect (fixed)
sslscan @2.0.16: Don't look in /usr/local
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | sslscan |
Description
Building sslscan 2.0.16 looks in various directories it shouldn't look in:
make: Entering directory `/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_net_sslscan/sslscan/work/sslscan-2.0.16' /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_net_sslscan/sslscan/work/compwrap/cc/usr/bin/clang -o sslscan -Wall -Wformat=2 -Wformat-security -Wno-deprecated-declarations -L/opt/local/libexec/openssl3/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/opt/openssl/lib -L/opt/local/lib -I/opt/local/libexec/openssl3/include -Os -arch x86_64 -D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -std=gnu11 -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl -I/usr/local/opt/openssl/include -I/opt/local/include -I/opt/local/include/openssl -I/opt/local/libexec/openssl3/include -isystem/opt/local/include -DVERSION=\"2.0.16\" sslscan.c -lssl -lcrypto -ldl ld: warning: directory not found for option '-L/usr/local/lib' ld: warning: directory not found for option '-L/usr/local/ssl/lib' ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib'
Change History (1)
comment:1 Changed 14 months ago by herbygillot (Herby Gillot)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 1cc956ef7eb28734f158c2de3fb1de8a88675ac6/macports-ports (master):