]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix solaris python compile.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 12 Mar 2010 13:21:20 +0000 (13:21 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 12 Mar 2010 13:21:20 +0000 (13:21 +0000)
git-svn-id: file:///svn/unbound/trunk@2034 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog
ldns-src.tar.gz

index 90c63ec1bf5b2e301f65df975626727e6276e8d3..8c35b08c7d30c926f6cf7426f724654e8736a181 100755 (executable)
--- a/configure
+++ b/configure
@@ -18427,7 +18427,7 @@ if test x_$ub_test_python != x_no; then
 
    # Check for Python
    ub_have_python=no
-
+   ac_save_LIBS="$LIBS"
         #
         # Allow the use of a (user set) custom python version
         #
index 1e357ad788fa4b797f47c109bede3dd940b994f5..6eff2bf038a645bf3bc6159fff4d2a348cce950c 100644 (file)
@@ -336,6 +336,7 @@ if test x_$ub_test_python != x_no; then
 
    # Check for Python
    ub_have_python=no
+   ac_save_LIBS="$LIBS" dnl otherwise AC_PYTHON_DEVEL thrashes $LIBS
    AC_PYTHON_DEVEL
    if test ! -z "$PYTHON_VERSION"; then
        if test `$PYTHON -c "print '$PYTHON_VERSION' >= '2.4.0'"` = "False"; then
index 94dfe00cb61055af5584de92d9985e83d5ab2606..264acf0e17692ca481074d6feefa30853cbbb299 100644 (file)
@@ -4,6 +4,7 @@
        - iana portlist updated.
        - ldns tarball updated.
        - Fix python use when multithreaded.
+       - Fix solaris python compile.
 
 11 March 2010: Wouter
        - another memory allocation option: --enable-alloc-nonregional.
index 8f4cb260b6ffba43f08412dafc5e95ee9b3ba943..0d35a97f59d9d4a100b7f6bc2dbba1828dceec36 100644 (file)
Binary files a/ldns-src.tar.gz and b/ldns-src.tar.gz differ