2
0
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:
JINMEI Tatuya
2010-01-07 01:23:21 +00:00
parent 835e13a76f
commit 32d666903a

View File

@@ -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