updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / capisuite / capisuite-0.4.5-as-needed.patch
blobd740366ddca285de5600094ceebc05a95ec5f6d4
1 --- acinclude.m4.old 2007-08-02 21:34:26.000000000 +0200
2 +++ acinclude.m4 2007-08-02 21:42:36.000000000 +0200
3 @@ -155,7 +155,7 @@
4 _python_libbasemod=`grep '^BASEMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
6 pgac_tab=" " # tab character
7 -python_libspec=`echo X"$_python_libs $_python_libc $_python_libm -lpython$python_version $_python_liblocalmod $_python_libbasemod" | sed -e 's/^X//' -e "s/[[ $pgac_tab]][[ $pgac_tab]]*/ /g"`
8 +python_libspec=`echo X"-lpython$python_version $_python_liblocalmod $_python_libbasemod $_python_libm $_python_libs $_python_libc" | sed -e 's/^X//' -e "s/[[ $pgac_tab]][[ $pgac_tab]]*/ /g"`
9 LIBS="$LIBS $python_libspec"
10 LDFLAGS="$LDFLAGS -L$python_configdir $python_linkforshared"
11 AC_MSG_RESULT([${python_libspec}])