diff options
Diffstat (limited to 'ftp/ncftp3/files/patch-ae')
| -rw-r--r-- | ftp/ncftp3/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/ncftp3/files/patch-ae b/ftp/ncftp3/files/patch-ae new file mode 100644 index 000000000000..f5031b3c2975 --- /dev/null +++ b/ftp/ncftp3/files/patch-ae @@ -0,0 +1,11 @@ +--- libncftp/Makefile.in.orig Wed Nov 12 17:43:48 1997 ++++ libncftp/Makefile.in Sat Dec 13 16:47:46 1997 +@@ -55,7 +55,7 @@ + + $(LIBSO): $(SOBJS) + /bin/rm -f $(LIBSO) $(LIBSOS) +- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS) ++ gcc -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q` + /bin/ln -s $(LIBSO) $(LIBSOS) + -@/bin/ls -l $(LIBSO) + |
