summaryrefslogtreecommitdiff
path: root/misc/amanda-server/files/patch-ndmp-src::Makefile.in
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-11-01 14:21:26 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-11-01 14:21:26 +0000
commit85bf840c940fee1633f5ac0d08e5ae02f2f91272 (patch)
treee7e30a7cd81327311d5baeb0b22e30bb9a076601 /misc/amanda-server/files/patch-ndmp-src::Makefile.in
parentPR: 151607 (diff)
Finally upgrade amanda-{server,client} to 3.2.0. Old 2.6.x was
repocopied as amanda26-{server,client}. Please stay in 2.6.x branch if you are conservative. Yes, you should so for important infrastructre like as backup system :-). New 3.2.0 port includes: - Use misc/amanda-perl-wrapper as perl5 interpreter which is linked with libthr.so to avoid thread problem. - Unique UID, GID assigned and use it by default. amanda user/group will be added automatically when not exist. - Deprecate AMANDA_{CONFIG,TAPE} port knobs. They can be set in runtime config easily. References: http://wiki.zmanda.com/index.php/3.2_features
Notes
Notes: svn path=/head/; revision=263896
Diffstat (limited to 'misc/amanda-server/files/patch-ndmp-src::Makefile.in')
-rw-r--r--misc/amanda-server/files/patch-ndmp-src::Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/amanda-server/files/patch-ndmp-src::Makefile.in b/misc/amanda-server/files/patch-ndmp-src::Makefile.in
new file mode 100644
index 000000000000..2dd3f4b9f32d
--- /dev/null
+++ b/misc/amanda-server/files/patch-ndmp-src::Makefile.in
@@ -0,0 +1,15 @@
+--- ndmp-src/Makefile.in.orig 2010-10-16 18:45:40.253086014 +0900
++++ ndmp-src/Makefile.in 2010-10-16 18:46:36.949487552 +0900
+@@ -1289,9 +1289,9 @@
+ # Divide the library up into the library side and down (libndmlib.la),
+ # and the full set of rules, agents, and so on required to build ndmjob
+ # (libndmjob.la).
+-amlib_LTLIBRARIES = \
+- libndmlib.la \
+- libndmjob.la
++@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = \
++@WANT_CLIENT_TRUE@ libndmlib.la \
++@WANT_CLIENT_TRUE@ libndmjob.la
+
+ libndmjla = \
+ ndma_comm_job.c \