Merge pull request #4865 from AenBleidd/vko_fix_missing_z_library

Fix missing '-lz' parameter when building 'stage_file_native' tool
This commit is contained in:
Vitalii Koshura 2022-08-03 15:33:10 +02:00 committed by GitHub
commit 0f470cfa43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ sign_executable_SOURCES = sign_executable.cpp
sign_executable_LDADD = $(SERVERLIBS_MIN)
stage_file_native_SOURCES = stage_file_native.cpp
stage_file_native_LDADD = $(SERVERLIBS)
stage_file_native_LDADD = $(SERVERLIBS) -lz
remote_submit_test_SOURCES = remote_submit_test.cpp ../lib/remote_submit.cpp
remote_submit_test_LDADD = $(SERVERLIBS) -lcurl