freebsd-ports/sysutils/bacula-server/files/patch-src__findlib__Makefile.in
Pawel Pekala 1ba10dd739 - update bacula to version 5.2.2 [1]
- update bacula-docs to version 5.2.2 [2]

PR:		ports/163034 [1], ports/163044 [2]
Approved by:	maintainer [1]
Submitted by:	Valery Komaorv <komarov@valerka.net> [1], maintainer [2]
Feature safe:	yes
2011-12-12 21:11:48 +00:00

11 lines
577 B
Text

--- ./src/findlib/Makefile.in.orig 2011-11-26 18:08:12.000000000 +0400
+++ ./src/findlib/Makefile.in 2011-12-03 13:08:11.000000000 +0400
@@ -57,7 +57,7 @@
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) -version-info 5
Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
cd $(topdir) \