Blame a2ps-4.14-linker.patch

cc05f7
---
cc05f7
 a2ps-4.15/build-aux/ltmain.sh |    6 ++++--
cc05f7
 1 file changed, 4 insertions(+), 2 deletions(-)
cc05f7
cc05f7
--- a2ps-4.15/build-aux/ltmain.sh
cc05f7
+++ a2ps-4.15/build-aux/ltmain.sh	2023-03-10 13:32:25.551060728 +0000
cc05f7
@@ -9715,11 +9715,13 @@ EOF
cc05f7
 	    echo
cc05f7
 	    if test none = "$deplibs_check_method"; then
cc05f7
 	      echo "*** Warning: inter-library dependencies are not supported in this platform."
cc05f7
+              $echo "*** All declared inter-library dependencies are being dropped."
cc05f7
+              droppeddeps=yes
Bernhard M. Wiedemann 7eefe3
 	    else
cc05f7
 	      echo "*** Warning: inter-library dependencies are not known to be supported."
cc05f7
+              deplibs=$($echo "X $deplibs" | $Xsed -e 's/ -1c$//' -e 's/ -[LR][^ ]*//g' -e 's/[	 ]//g')
cc05f7
+              newdeplibs="$deplibs"
Bernhard M. Wiedemann 7eefe3
 	    fi
cc05f7
-	    echo "*** All declared inter-library dependencies are being dropped."
Bernhard M. Wiedemann 7eefe3
-	    droppeddeps=yes
cc05f7
 	    ;;
cc05f7
 	  esac
Bernhard M. Wiedemann 7eefe3
 	  ;;