diff options
Diffstat (limited to '9999/0007-Apply-a-similar-libiberty-fix-as-in-7d53105d-for-lib.patch')
-rw-r--r-- | 9999/0007-Apply-a-similar-libiberty-fix-as-in-7d53105d-for-lib.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/9999/0007-Apply-a-similar-libiberty-fix-as-in-7d53105d-for-lib.patch b/9999/0007-Apply-a-similar-libiberty-fix-as-in-7d53105d-for-lib.patch index 2331b5c..6eebb98 100644 --- a/9999/0007-Apply-a-similar-libiberty-fix-as-in-7d53105d-for-lib.patch +++ b/9999/0007-Apply-a-similar-libiberty-fix-as-in-7d53105d-for-lib.patch @@ -1,4 +1,4 @@ -From 51b418fda84420da6d2c0e830435ad61409daffb Mon Sep 17 00:00:00 2001 +From bbaa9fafb08385e5ad836bc30a2db3af47d1cc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org> Date: Wed, 22 Feb 2023 20:05:35 +0100 Subject: [PATCH 7/7] Apply a similar libiberty fix as in 7d53105d for @@ -18,7 +18,7 @@ Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gprofng/src/Makefile.am b/gprofng/src/Makefile.am -index 20c8b0022e4..96dbc8e0e94 100644 +index fb4b8a0fafa..3d7cb18ff71 100644 --- a/gprofng/src/Makefile.am +++ b/gprofng/src/Makefile.am @@ -144,7 +144,8 @@ libgprofng_la_LDFLAGS = -version-info 0:0:0 @@ -32,7 +32,7 @@ index 20c8b0022e4..96dbc8e0e94 100644 $(GPROFNG_LIBADD) \ -lpthread -ldl diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in -index 47da873b80c..52a22279cf7 100644 +index cef4b275305..295fd3ee2df 100644 --- a/gprofng/src/Makefile.in +++ b/gprofng/src/Makefile.in @@ -552,7 +552,8 @@ libgprofng_la_LDFLAGS = -version-info 0:0:0 @@ -46,10 +46,10 @@ index 47da873b80c..52a22279cf7 100644 $(GPROFNG_LIBADD) \ -lpthread -ldl diff --git a/opcodes/configure b/opcodes/configure -index a65b0a2f95b..f412c1a6c96 100755 +index 050fd5ff0ff..4b68211dea6 100755 --- a/opcodes/configure +++ b/opcodes/configure -@@ -12479,10 +12479,10 @@ if test "$enable_shared" = "yes"; then +@@ -14379,10 +14379,10 @@ if test "$enable_shared" = "yes"; then case "${host}" in *-*-cygwin*) SHARED_LDFLAGS="-no-undefined" @@ -63,10 +63,10 @@ index a65b0a2f95b..f412c1a6c96 100755 ;; esac diff --git a/opcodes/configure.ac b/opcodes/configure.ac -index cae2a67ff10..5cb194779e9 100644 +index 4d918e3ef9b..9692e69693e 100644 --- a/opcodes/configure.ac +++ b/opcodes/configure.ac -@@ -196,10 +196,10 @@ if test "$enable_shared" = "yes"; then +@@ -195,10 +195,10 @@ if test "$enable_shared" = "yes"; then case "${host}" in *-*-cygwin*) SHARED_LDFLAGS="-no-undefined" @@ -80,5 +80,5 @@ index cae2a67ff10..5cb194779e9 100644 ;; esac -- -2.42.0 +2.44.2 |