]> git.pld-linux.org Git - packages/python3.git/commitdiff
- fixed Linux case in BLDLIBRARY patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Sep 2022 17:56:21 +0000 (19:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Sep 2022 17:56:21 +0000 (19:56 +0200)
python3-BLDLIBRARY.patch

index 498878b93ce8d6937fecb999763ed9dcfeeabef3..663e804efcd4be7b942f7e13f2149fddb8e16bc1 100644 (file)
@@ -59,7 +59,7 @@
      Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*|OpenBSD*|VxWorks*)
          LDLIBRARY='libpython$(LDVERSION).so'
 -        BLDLIBRARY='-L. -lpython$(LDVERSION)'
-+        BLDLIBDIR='-Wl,-R,$(LIBDIR) -L.'
++        BLDLIBDIR='-L.'
 +        BLDLIBRARY='-lpython$(VERSION)'
          RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
          INSTSONAME="$LDLIBRARY".$SOVERSION
This page took 0.257287 seconds and 4 git commands to generate.