Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2015 13:22:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199390] net/miniupnpd: properly link against ports OpenSSL/LibreSSL
Message-ID:  <bug-199390-13-VbD36utOei@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199390-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199390-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199390

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

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

--- Comment #1 from Bernard Spil <spil.oss@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199390-13-VbD36utOei>