Statically link to openssl and protocol buffers

This commit is contained in:
Nicholas Dudfield
2013-07-31 10:33:28 -07:00
committed by Vinnie Falco
parent f37edb0873
commit 9ef14b322f

View File

@@ -53,9 +53,9 @@ else:
env.Replace(CTAGS = CTAGS, CTAGSOPTIONS = '--tag-relative')
# Use openssl
env.ParseConfig('pkg-config --cflags --libs openssl')
env.ParseConfig('pkg-config --static --cflags --libs openssl')
# Use protobuf
env.ParseConfig('pkg-config --cflags --libs protobuf')
env.ParseConfig('pkg-config --static --cflags --libs protobuf')
# Beast uses kvm on FreeBSD
if FreeBSD: