openbsd-ports/net/ucd-snmp/patches/patch-Makefile_top
2001-01-05 09:19:44 +00:00

25 lines
867 B
Plaintext

$OpenBSD: patch-Makefile_top,v 1.2 2001/01/05 09:19:46 danh Exp $
--- Makefile.top.orig Sun Nov 19 15:58:05 2000
+++ Makefile.top Fri Jan 5 03:51:50 2001
@@ -6,6 +6,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
VERSION = @VERSION@
+VERSION_INFO = @VERSION_INFO@
@SET_MAKE@
#
@@ -51,10 +52,10 @@ EXEEXT = @EXEEXT@
# 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) -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 = :