b549864bc8
As usual with major version bump, do not forget to run the upgrade script corresponding to your DB. A new README is provided in the package. Tested by sthen@ and myself. "Don't wait on me" merdely@ (maintainer) ok sthen@
13 lines
673 B
Plaintext
13 lines
673 B
Plaintext
$OpenBSD: patch-src_findlib_Makefile_in,v 1.2 2011/11/17 23:45:56 ajacoutot Exp $
|
|
--- src/findlib/Makefile.in.orig Mon Nov 14 15:55:08 2011
|
|
+++ src/findlib/Makefile.in Mon Nov 14 15:55:21 2011
|
|
@@ -57,7 +57,7 @@ libbacfind.a: $(LIBBACFIND_OBJS)
|
|
|
|
libbacfind.la: Makefile $(LIBBACFIND_LOBJS)
|
|
@echo "Making $@ ..."
|
|
- $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACFIND_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBACFIND_LT_RELEASE)
|
|
+ $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACFIND_LOBJS) -export-dynamic -rpath $(libdir) ${LIBbacfind_VERSION}
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
|
|
cd $(topdir) \
|