[Bug 199390] net/miniupnpd: properly link against ports OpenSSL/LibreSSL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 25 13:22:09 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199390

Bernard Spil <spil.oss at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spil.oss at gmail.com

--- Comment #1 from Bernard Spil <spil.oss at gmail.com> ---
This needs more work...

Before patching
# readelf -d work/stage/usr/local/sbin/miniupnpd
 0x0000000000000001 (NEEDED)             Shared library: [libssl.so.7]
 0x0000000000000001 (NEEDED)             Shared library: [libcrypto.so.7]

After patching
===>   miniupnpd-1.9_1,1 depends on file: /usr/local/lib/libcrypto.so.32 -
found
readelf -d
 0x0000000000000001 (NEEDED)             Shared library: [libssl.so.7]
 0x0000000000000001 (NEEDED)             Shared library: [libcrypto.so.7]

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list