mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
net-p2p/libtorrent-rasterbar: Re-add USE_CXXSTD=c++17 to fix runtime crash
This commit is contained in:
parent
55b0acea66
commit
0c0dc5cf7d
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libtorrent-rasterbar
|
||||
DISTVERSION= 1.2.16 # 2.x is unusable until memory problems are resolved, see https://github.com/arvidn/libtorrent/issues/6781
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/
|
||||
@ -20,6 +21,8 @@ USES= cmake compiler:c++11-lib iconv:wchar_t libtool localbase:ldflags pathfix
|
||||
SHEBANG_FILES= test/socks.py test/web_server.py
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_CXXSTD= c++17 # prevent boost-related SEGV, see bug#264278
|
||||
|
||||
LDFLAGS+= ${ICONV_LIB}
|
||||
|
||||
SHLIB_VER= 10
|
||||
|
Loading…
Reference in New Issue
Block a user