python3: Update to 3.4.3

This commit is contained in:
Alexpux
2015-02-26 07:57:26 +03:00
parent f855c82430
commit 0225fd8a52
4 changed files with 7 additions and 37 deletions

View File

@@ -66,7 +66,7 @@ diff -urN a/Misc/python-config.sh.in b/Misc/python-config.sh.in
+if [ "$ABIFLAGS" = "@""ABIFLAGS""@" ] ; then
+ ABIFLAGS=
+fi
LIBS="@LIBS@ $SYSLIBS -lpython${VERSION}${ABIFLAGS}"
LIBS="-lpython${VERSION}${ABIFLAGS} @LIBS@ $SYSLIBS"
BASECFLAGS="@BASECFLAGS@"
-LDLIBRARY="@LDLIBRARY@"
-LINKFORSHARED="@LINKFORSHARED@"