mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +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
|
# Solaris requires special definitions to get some standard libraries
|
||||||
# (e.g. getopt(3)) available with common used header files.
|
# (e.g. getopt(3)) available with common used header files.
|
||||||
CPPFLAGS="$CPPFLAGS -D_XPG4_2 -D__EXTENSIONS__"
|
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*)
|
*-apple-darwin*)
|
||||||
# libtool doesn't work perfectly with Darwin: libtool embeds the
|
# libtool doesn't work perfectly with Darwin: libtool embeds the
|
||||||
|
Reference in New Issue
Block a user