mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[1439] -z now added for Solaris
This commit is contained in:
@@ -96,6 +96,8 @@ case "$host" in
|
||||
# Solaris requires special definitions to get some standard libraries
|
||||
# (e.g. getopt(3)) available with common used header files.
|
||||
CPPFLAGS="$CPPFLAGS -D_XPG4_2 -D__EXTENSIONS__"
|
||||
# "now" binding is necessary to prevent deadlocks in C++ static initialization code
|
||||
LDFLAGS="$LDFLAGS -z now"
|
||||
;;
|
||||
*-apple-darwin*)
|
||||
# libtool doesn't work perfectly with Darwin: libtool embeds the
|
||||
|
Reference in New Issue
Block a user