File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def check_heads heads = [], fatal = false
132
132
lib = libs_path + "libczmq.#{ LIBEXT } "
133
133
Dir . chdir czmq_path do
134
134
sys "./autogen.sh" , "CZMQ autogen failed!" unless File . exist? ( czmq_path + 'configure' )
135
- sys "./configure LDFLAGS='-L#{ libs_path } -lm' CFLAGS='#{ CZMQ_CFLAGS . join ( " " ) } ' PKG_CONFIG_PATH='#{ libs_path } /pkgconfig' --prefix=#{ dst_path } --disable-shared --enable-static --without-makecert --with-libsodium=#{ dst_path } " ,
135
+ sys "./configure LDFLAGS='-L#{ libs_path } -lm' CFLAGS='#{ CZMQ_CFLAGS . join ( " " ) } ' PKG_CONFIG_PATH='#{ libs_path } /pkgconfig' --prefix=#{ dst_path } --disable-shared --enable-static --without-makecert --without-test_zgossip -- with-libsodium=#{ dst_path } " ,
136
136
"CZMQ configure error!" unless File . exist? ( czmq_path + 'Makefile' )
137
137
sys "make all && make install" , "CZMQ compile error!"
138
138
end
You can’t perform that action at this time.
0 commit comments