freebsd-ports/sysutils/bareos-server/files/patch-src-plugins-stored-Makefile.in
Jose Alonso Cardenas Marquez 704d84b6fa - New ports : sysutils/bareos-*
Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.

WWW: http://www.bareos.org/
2015-08-09 04:55:20 +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)