summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp4/files/patch-Makefile.top
blob: e6077bc203efbfdd06e64e4e8dfe02ab12df9d8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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) $(SHVFLAGS) -o
+LIB_LD_CMD      = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -release $(VERSION).0 -version-info 4 -o
 LIB_EXTENSION   = la
 LIB_VERSION     =
 LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(libdir)