diff --git a/configure b/configure index 90c63ec1b..8c35b08c7 100755 --- 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 # diff --git a/configure.ac b/configure.ac index 1e357ad78..6eff2bf03 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/Changelog b/doc/Changelog index 94dfe00cb..264acf0e1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/ldns-src.tar.gz b/ldns-src.tar.gz index 8f4cb260b..0d35a97f5 100644 Binary files a/ldns-src.tar.gz and b/ldns-src.tar.gz differ