diff options
author | tv <tv@pkgsrc.org> | 1999-05-12 16:17:53 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-12 16:17:53 +0000 |
commit | a724af7aa34ef630055df349227c16b51a237d01 (patch) | |
tree | da7bd14eed13259f5ae688d511876cdf18d4908f /devel/ptl2 | |
parent | 6c33ba9867e27ba50ce036086553c1ae14debd54 (diff) | |
download | pkgsrc-a724af7aa34ef630055df349227c16b51a237d01.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/ptl2')
-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: |