[Bug 198072] net-p2p/libtorrent-rasterbar - Needs linking with converters/libiconv
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 27 17:18:36 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198072
bro.development at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bro.development at gmail.com
--- Comment #1 from bro.development at gmail.com ---
Created attachment 153587
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153587&action=edit
Patch for iconv:wchar_t and building without STRIP
As a sidenote, configuring with the STRIP option off fails because it tries to
strip the python bindings file in the post-install target. The logic in
post-install doesn't make sense, as it will strip libtorrent-rasterbar.so if
STRIP is enabled, else it will strip the python binding
site-packages/libtorrent.so.
It's a bit of a headache to fix, as it will need to test if STRIP is enabled
when executed from the libtorrent-rasterbar-python. However, as STRIP is not an
option in the libtorrent-rasterbar-python Makefile it cannot test for this.
Unless it's possible to test if STRIP is enabled in the master port config, a
separate STRIP is needed in libtorrent-rasterbar-python.
The attached patch requires the STRIP option to be removed from the EXCLUDE
line in net-p2p/libtorrent-rasterbar-python/Makefile:
-OPTIONS_EXCLUDE= DOCS EXAMPLES STRIP
+OPTIONS_EXCLUDE= DOCS EXAMPLES
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list