openbsd-ports/net/ucd-snmp/patches/patch-Makefile_top
danh 14a604a2c8 update to ucd-snmp 4.2.6
from Sergio Jimenez Romero <tripledes@eslack.org>
2003-04-22 15:11:05 +00:00

24 lines
796 B
Plaintext

--- Makefile.top.orig Fri Feb 15 20:00:19 2002
+++ Makefile.top Tue Apr 22 10:29:09 2003
@@ -6,6 +6,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
VERSION = @VERSION@
+VERSION_INFO = @VERSION_INFO@
@SET_MAKE@
#
@@ -52,10 +53,10 @@ SHVFLAGS = @SHVFLAGS@
# 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) -version-info $(VERSION_INFO) -o
LIB_EXTENSION = la
LIB_VERSION =
-LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(libdir)
+LIB_LDCONFIG_CMD = :
LINK = $(LIBTOOL) --mode=link $(CC)
# RANLIB = @RANLIB@
RANLIB = :