[gedit] Don't add LOCALMODLIBS flags to the Python libs
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Don't add LOCALMODLIBS flags to the Python libs
- Date: Fri, 5 Mar 2010 15:26:40 +0000 (UTC)
commit 8dc896863f84855952a95c5543734df2f30a73bd
Author: Emilio Pozuelo Monfort <pochu27 gmail com>
Date: Fri Mar 5 16:23:07 2010 +0100
Don't add LOCALMODLIBS flags to the Python libs
Based on a patch from Sebastien Bacher.
https://bugzilla.gnome.org/show_bug.cgi?id=600706
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a734d49..6f10a13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -333,10 +333,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"
fi
AC_SUBST([PYTHON_LIBS])
AC_SUBST([PYTHON_LIB_LOC])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]