mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
17 lines
760 B
Diff
17 lines
760 B
Diff
--- libtool-2.4.7/tests/link-order.at
|
|
+++ libtool-2.4.7/tests/link-order.at
|
|
@@ -99,12 +99,12 @@ aix* | interix*) ;; # These systems hav
|
|
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
|