mirror of https://github.com/BOINC/boinc.git
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:
commit
0f470cfa43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue