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:
parent
1ad8359618
commit
05ec287c08
@ -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 #
|
||||
|
Loading…
Reference in New Issue
Block a user