diff options
author | CoprDistGit <infra@openeuler.org> | 2024-10-20 13:02:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-10-20 13:02:36 +0000 |
commit | 1ea50f9fec2c0216ecdc29623b1186169fbc7cb2 (patch) | |
tree | eb70bd7e050aa149038c27954a9bf0a18de8117d /backport-tests-link-order.at-avoid-warning-and-test-failure.patch | |
parent | 9cd629bd906ddc7d70ec7847ef5e051409211902 (diff) |
automatic import of libtoolopeneuler24.03_LTS
Diffstat (limited to 'backport-tests-link-order.at-avoid-warning-and-test-failure.patch')
-rw-r--r-- | backport-tests-link-order.at-avoid-warning-and-test-failure.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/backport-tests-link-order.at-avoid-warning-and-test-failure.patch b/backport-tests-link-order.at-avoid-warning-and-test-failure.patch deleted file mode 100644 index 02efa32..0000000 --- a/backport-tests-link-order.at-avoid-warning-and-test-failure.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 1e13a1944f725ccc24bce1a2fa6f9009ba8a2270 Mon Sep 17 00:00:00 2001 -From: Andreas Stieger <Andreas.Stieger@gmx.de> -Date: Sun, 4 Sep 2022 22:24:41 +0200 -Subject: [PATCH] tests/link-order.at: avoid warning and test failure with GNU - grep 3.8 ---- - tests/link-order.at | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tests/link-order.at b/tests/link-order.at -index 3f01a00..a145347 100644 ---- a/tests/link-order.at -+++ b/tests/link-order.at -@@ -99,12 +99,12 @@ aix* | interix*) ;; # These systems have different path syntax - case $hardcode_direct$hardcode_direct_absolute in - yesno) - AT_CHECK([if $EGREP relinking stderr; then -- $EGREP " .*\/new\/lib/libb$shared_ext .*\/old\/lib/libcee$shared_ext" stdout -+ $EGREP " .*/new/lib/libb$shared_ext .*/old/lib/libcee$shared_ext" stdout - else :; fi], [0], [ignore], [], [echo "wrong link order"]) - ;; - *) - AT_CHECK([if $EGREP relinking stderr; then -- $EGREP " -L.*\/new\/lib -lb -L.*\/old\/lib -lcee" stdout -+ $EGREP " -L.*/new/lib -lb -L.*/old/lib -lcee" stdout - else :; fi], [0], [ignore], [], [echo "wrong link order"]) - ;; - esac --- -2.27.0 - |