diff options
author | tv <tv> | 1999-05-12 16:17:53 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-12 16:17:53 +0000 |
commit | f4a1d76803bb130dc6cbddadd0a8638953b02d9a (patch) | |
tree | da7bd14eed13259f5ae688d511876cdf18d4908f /devel | |
parent | 246462c8b51b3ee15efe0c57950a87ce53765d60 (diff) | |
download | pkgsrc-f4a1d76803bb130dc6cbddadd0a8638953b02d9a.tar.gz |
Do not create a "libPTL.so" link. This will be done by the pkg system at
install time, and should NOT happen for a.out at all. (I'll re-add the
removed patches to do this correctly for ELF, and use shlib constructor as
opposed to "every object file constructor", later.)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptl2/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/ptl2/patches/patch-ab b/devel/ptl2/patches/patch-ab new file mode 100644 index 00000000000..e5f9aa64aed --- /dev/null +++ b/devel/ptl2/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.4 1999/05/12 16:17:53 tv Exp $ + +--- Util/Makefile.in.orig Wed May 12 12:21:31 1999 ++++ Util/Makefile.in Wed May 12 12:21:43 1999 +@@ -269,7 +269,6 @@ + @echo "Loading $@ ... " + $(MKSHLIBCMD) -o $@ $(LIBRARY_OBJS_PIC) libc_r/*.po net_r/*.po $(altsysdir)/*.po + -rm -f $(SHARED_LIBRARY) +- $(LN_S) $@ $(SHARED_LIBRARY) + @echo done + + .c.po: |