ports/sysutils/bacula5-server/files/patch-src__console__Makefile.in
William Grzybowski d8e5efd339 Copy bacula ports preparing to bacula 7.x update
Ports have been modified to conflict with bacula- and PKGNAMESUFFIX changed
accordingly.

PR:		191311
Submitted by:	maintainer
2014-08-07 19:21:45 +00:00

11 lines
538 B
Text

--- src/console/Makefile.in 2012-03-24 15:10:18.000000000 -0500
+++ src/console/Makefile.in 2012-03-24 15:10:35.000000000 -0500
@@ -53,7 +53,7 @@
static-bconsole: Makefile $(CONSOBJS) ../lib/libbac.a ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE)
$(LIBTOOL_LINK) $(CXX) -static $(LDFLAGS) $(CONS_LDFLAGS) -L../lib -L../cats -o $@ $(CONSOBJS) \
- $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \
+ $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS:S/.so/.a/g) \
$(OPENSSL_LIBS)
strip $@