Skip to content

Commit 2153169

Browse files
committed
Fix missing '-lz' parameter when building 'stage_file_native' tool
Signed-off-by: Vitalii Koshura <[email protected]>
1 parent 6589356 commit 2153169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sign_executable_SOURCES = sign_executable.cpp
6161
sign_executable_LDADD = $(SERVERLIBS_MIN)
6262

6363
stage_file_native_SOURCES = stage_file_native.cpp
64-
stage_file_native_LDADD = $(SERVERLIBS)
64+
stage_file_native_LDADD = $(SERVERLIBS) -lz
6565

6666
remote_submit_test_SOURCES = remote_submit_test.cpp ../lib/remote_submit.cpp
6767
remote_submit_test_LDADD = $(SERVERLIBS) -lcurl

0 commit comments

Comments
 (0)