From af9a0ccb79723bef3c597ea72e417de968164c99 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sun, 14 Jan 2007 23:21:36 +0000 Subject: Add new 'hal' package. --- package/hal/hal05-libtool-hack.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/hal/hal05-libtool-hack.patch (limited to 'package/hal/hal05-libtool-hack.patch') diff --git a/package/hal/hal05-libtool-hack.patch b/package/hal/hal05-libtool-hack.patch new file mode 100644 index 000000000..1b7e11204 --- /dev/null +++ b/package/hal/hal05-libtool-hack.patch @@ -0,0 +1,13 @@ +diff -ur hal-0.5.8/libhal-storage/Makefile.in hal-0.5.8-patched/libhal-storage/Makefile.in +--- hal-0.5.8/libhal-storage/Makefile.in 2006-09-11 18:25:32.000000000 -0500 ++++ hal-0.5.8-patched/libhal-storage/Makefile.in 2007-01-14 17:17:28.628840792 -0600 +@@ -354,8 +354,7 @@ + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f=$(am__strip_dir) \ +- echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ +- $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ ++ cp -a "$$p" "$(DESTDIR)$(libdir)/$$f"; \ + else :; fi; \ + done + -- cgit v1.2.3