Skip to content

Commit 0f470cf

Browse files
authored
Merge pull request #4865 from AenBleidd/vko_fix_missing_z_library
Fix missing '-lz' parameter when building 'stage_file_native' tool
2 parents a036709 + 2153169 commit 0f470cf

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)