ports/sysutils/bareos17-server/files/patch-src-plugins-stored-Makefile.in
Jose Alonso Cardenas Marquez f91e5463a5 - Copy bareos-* ports to bareos17-* ports. bareos-* ports will be updated to
latest version
- Fix bareos17-server build [1]
- Fix installation of sample files
- Bump PORTREVISION

PR:		230456 237165
Reported by:	ohartmann at walstatt.org [1], okrg at ukr.net [1]
2019-05-09 18:04:39 +00:00

11 lines
559 B
Text

--- src/plugins/stored/Makefile.in 2015-07-23 18:04:28.275396000 -0500
+++ src/plugins/stored/Makefile.in 2015-07-23 18:05:09.508399000 -0500
@@ -39,7 +39,7 @@
autoxflate-sd.la: Makefile \
autoxflate-sd$(DEFAULT_OBJECT_TYPE) \
- ../../lib/libbareos$(DEFAULT_ARCHIVE_TYPE)
+ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE)
$(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -shared autoxflate-sd.lo -o $@ -rpath $(plugindir) -module -export-dynamic -avoid-version -L../../lib -lbareos
example-plugin-sd.la: Makefile example-plugin-sd$(DEFAULT_OBJECT_TYPE)