Skip to content

Commit a826d1b

Browse files
committed
disable test_zgossip build
1 parent 8b3dba4 commit a826d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rbczmq/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def check_heads heads = [], fatal = false
132132
lib = libs_path + "libczmq.#{LIBEXT}"
133133
Dir.chdir czmq_path do
134134
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}",
136136
"CZMQ configure error!" unless File.exist?(czmq_path + 'Makefile')
137137
sys "make all && make install", "CZMQ compile error!"
138138
end

0 commit comments

Comments
 (0)