forked from Lainports/freebsd-ports
- 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
11 lines
577 B
Text
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) \
|