We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6589356 commit 2153169Copy full SHA for 2153169
tools/Makefile.am
@@ -61,7 +61,7 @@ sign_executable_SOURCES = sign_executable.cpp
61
sign_executable_LDADD = $(SERVERLIBS_MIN)
62
63
stage_file_native_SOURCES = stage_file_native.cpp
64
-stage_file_native_LDADD = $(SERVERLIBS)
+stage_file_native_LDADD = $(SERVERLIBS) -lz
65
66
remote_submit_test_SOURCES = remote_submit_test.cpp ../lib/remote_submit.cpp
67
remote_submit_test_LDADD = $(SERVERLIBS) -lcurl
0 commit comments