diff options
Diffstat (limited to 'misc/amanda32-server/files/patch-perl::amglue::Makefile.in')
-rw-r--r-- | misc/amanda32-server/files/patch-perl::amglue::Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/amanda32-server/files/patch-perl::amglue::Makefile.in b/misc/amanda32-server/files/patch-perl::amglue::Makefile.in new file mode 100644 index 000000000000..96d2bc290602 --- /dev/null +++ b/misc/amanda32-server/files/patch-perl::amglue::Makefile.in @@ -0,0 +1,10 @@ +--- perl/amglue/Makefile.in 2010-10-16 19:29:45.554806332 +0900 ++++ perl/amglue/Makefile.in.orig 2010-10-07 03:58:28.000000000 +0900 +@@ -1212,6 +1212,7 @@ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ ++@WANT_CLIENT_FALSE@ list2=; \ + test -z "$$list2" || { \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(amlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(amlibdir)"; \ |