1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

bug #4501: Add explicit zlib dependency for platforms not including it

automatically for current dependencies.
This commit is contained in:
Ruben S. Montero 2016-06-01 15:10:11 +02:00
parent 1ad8359618
commit 05ec287c08

View File

@ -94,8 +94,9 @@ main_env.Append(CPPFLAGS=[
"-Wall"
])
# Linking flags
# Linking flags & common libraries
main_env.Append(LINKFLAGS=['-g', '-pthread'])
main_env.Append(LIBS=['z'])
#######################
# EXTRA CONFIGURATION #