Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates-src > by-pkgid > efcb73235fb23b22668709a574ebe861 > files > 24

python3-3.5.3-1.4.mga6.src.rpm

Index: Python-3.5.3/Misc/python-config.sh.in
===================================================================
--- Python-3.5.3/Misc/python-config.sh.in
+++ Python-3.5.3/Misc/python-config.sh.in	2018-02-23 00:57:18.360395952 +0100
@@ -96,7 +96,7 @@
             if [ "$PY_ENABLE_SHARED" = "0" ] ; then
                 LIBPLUSED="-L$LIBPL"
             fi
-            echo "$LIBPLUSED -L$libdir $LIBS $LINKFORSHAREDUSED"
+            echo "-L$libdir $LIBPLUSED $LIBS $LINKFORSHAREDUSED"
         ;;
         --extension-suffix)
             echo "$SO"