Fixes the weird install issues with the bat binary New features can be found here: http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_5_0_0.html Thanks to sthen for help with the new wantlib/lib_depends stuff, removing the sqlite flavor, ... Thanks to giovanni for pointing out a ${TRUEPREFIX} -> /usr/local that crept into one of my patch files. ok sthen@
13 lines
720 B
Plaintext
13 lines
720 B
Plaintext
$OpenBSD: patch-src_findlib_Makefile_in,v 1.1 2010/07/20 14:38:39 merdely Exp $
|
|
--- src/findlib/Makefile.in.orig Thu Jun 24 15:40:33 2010
|
|
+++ src/findlib/Makefile.in Thu Jun 24 15:40:54 2010
|
|
@@ -59,7 +59,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_CURRENT).$(LIBBACFIND_LT_REVISION).$(LIBBACFIND_LT_AGE)
|
|
+ $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACFIND_LOBJS) -export-dynamic -rpath $(libdir) $(LIBbacfind_LTVERSION)
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
|
|
cd $(topdir) \
|