[packages/newt] - fixed gold patch (GNU_LD detection, on which soname setting relies)
qboosh
qboosh at pld-linux.org
Sat Nov 26 14:04:30 CET 2022
commit e66d05bc1c816670932c7bcb9e8388bd40c7e6d9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Nov 26 14:04:53 2022 +0100
- fixed gold patch (GNU_LD detection, on which soname setting relies)
gold.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gold.patch b/gold.patch
index c592d25..91ba806 100644
--- a/gold.patch
+++ b/gold.patch
@@ -5,7 +5,7 @@
LD=$($CC -print-prog-name=ld 2>&5)
-if test $($LD -v 2>&1 | $ac_cv_path_GREP -c "GNU ld") = 0; then
-+if test $($LD -v 2>&1 | $ac_cv_path_GREP -c "GNU (go)?ld") = 0; then
++if test $($LD -v 2>&1 | $ac_cv_path_GREP -E -c "GNU (go)?ld") = 0; then
# Not
GNU_LD=""
AC_MSG_RESULT([no])
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/newt.git/commitdiff/e66d05bc1c816670932c7bcb9e8388bd40c7e6d9
More information about the pld-cvs-commit
mailing list