diff options
Diffstat (limited to 'net/net-snmp4/files/patch-Makefile.top')
-rw-r--r-- | net/net-snmp4/files/patch-Makefile.top | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/net-snmp4/files/patch-Makefile.top b/net/net-snmp4/files/patch-Makefile.top index 2ecdb3d91c59..e6077bc203ef 100644 --- a/net/net-snmp4/files/patch-Makefile.top +++ b/net/net-snmp4/files/patch-Makefile.top @@ -1,10 +1,10 @@ ---- Makefile.top.orig Mon Nov 20 05:58:05 2000 -+++ Makefile.top Thu Feb 8 01:21:42 2001 -@@ -51,7 +51,7 @@ +--- Makefile.top.orig Sat Feb 16 10:00:19 2002 ++++ Makefile.top Sat Feb 16 23:31:00 2002 +@@ -52,7 +52,7 @@ # Misc Compiling Stuff CC = @CC@ # version number is prefixed by a 0 for a better shared library version number --LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -release 0.$(VERSION) -o +-LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) $(SHVFLAGS) -o +LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -release $(VERSION).0 -version-info 4 -o LIB_EXTENSION = la LIB_VERSION = |