svn commit: r381926 - head/net/shadowsocks-libev
Bartek Rutkowski
robak at FreeBSD.org
Sun Mar 22 15:05:58 UTC 2015
Author: robak
Date: Sun Mar 22 15:05:57 2015
New Revision: 381926
URL: https://svnweb.freebsd.org/changeset/ports/381926
QAT: https://qat.redports.org/buildarchive/r381926/
Log:
net/shadowsocks-libev: fix i386 builds on 8.4 and 9.3
PR: 197054
Submitted by: Xiaoding Liu <xiaoding+freebsd at xiaoding.org>
Modified:
head/net/shadowsocks-libev/Makefile
Modified: head/net/shadowsocks-libev/Makefile
==============================================================================
--- head/net/shadowsocks-libev/Makefile Sun Mar 22 15:00:20 2015 (r381925)
+++ head/net/shadowsocks-libev/Makefile Sun Mar 22 15:05:57 2015 (r381926)
@@ -17,6 +17,8 @@ GH_ACCOUNT= madeye
GNU_CONFIGURE= yes
USES= gmake libtool:keepla
+# Help solve building error since the integrated libsodium enables this option.
+CFLAGS+= -fstack-protector
USE_RC_SUBR= shadowsocks_libev
More information about the svn-ports-all
mailing list