mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
merge from trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@435 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -28,7 +28,7 @@ if test "X$GCC" = "Xyes"; then
|
||||
CXXFLAGS="-g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
|
||||
fi
|
||||
|
||||
# produce PIC unless we disable share libraries. need this for python bindings.
|
||||
# produce PIC unless we disable shared libraries. need this for python bindings.
|
||||
if test $enable_shared != "no" -a "X$GCC" = "Xyes"; then
|
||||
CXXFLAGS="$CXXFLAGS -fPIC"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user