[eog/gnome-2-28] Don't use LOCALMODLIBS in configure
- From: Felix Riemann <friemann src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [eog/gnome-2-28] Don't use LOCALMODLIBS in configure
- Date: Sun, 15 Nov 2009 19:24:12 +0000 (UTC)
commit 1a621fdac7277bfd0eb06f3f58cf68b8ef660b7a
Author: Sebastien Bacher <seb128 ubuntu com>
Date: Sun Nov 15 20:20:49 2009 +0100
Don't use LOCALMODLIBS in configure
LOCALMODLIBS is supposed to be used only when linking the interpreter.
Fixes build problems with certain python configs and bgo#600893.
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3a19697..b609947 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,10 +309,9 @@ if test "x$have_python" != "xno"; then
PYTHON_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config"
PYTHON_CFLAGS="-I$PY_PREFIX/include/python$PYTHON_VERSION"
PYTHON_MAKEFILE="$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config/Makefile"
- PYTHON_LOCALMODLIBS=`sed -n -e 's/^LOCALMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
PYTHON_BASEMODLIBS=`sed -n -e 's/^BASEMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
PYTHON_OTHER_LIBS=`sed -n -e 's/^LIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
- PYTHON_EXTRA_LIBS="$PYTHON_LOCALMODLIBS $PYTHON_BASEMODLIBS $PYTHON_OTHER_LIBS"
+ PYTHON_EXTRA_LIBS="$PYTHON_BASEMODLIBS $PYTHON_OTHER_LIBS"
AC_SUBST([PYTHON_LIBS])
AC_SUBST([PYTHON_LIB_LOC])
AC_SUBST([PYTHON_CFLAGS])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]