commit 649b64398f2f27839c18477b3d889df88d820f21
Author: Jakub Bogusz <[email protected]>
Date:   Sat Sep 3 19:56:21 2022 +0200

    - fixed Linux case in BLDLIBRARY patch

 python3-BLDLIBRARY.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python3-BLDLIBRARY.patch b/python3-BLDLIBRARY.patch
index 498878b..663e804 100644
--- a/python3-BLDLIBRARY.patch
+++ b/python3-BLDLIBRARY.patch
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/649b64398f2f27839c18477b3d889df88d820f21

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to