summaryrefslogtreecommitdiff
path: root/package/hal/hal05-libtool-hack.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-07-25 23:06:29 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-25 23:06:29 +0200
commitc663498aac2a82e73e8cc3d604a1637502a49e21 (patch)
treebb466519224f2e2c959a103a7f09a4987f318f38 /package/hal/hal05-libtool-hack.patch
parent43a2e623870e0b5c562794f632b3e27eaac5e900 (diff)
package: remove hal
Hal is deprecated upstream, our package has not seen any significant work since it was added in 2007, nothing depends on it and it's blocking a long-overdue udev update. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hal/hal05-libtool-hack.patch')
-rw-r--r--package/hal/hal05-libtool-hack.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/hal/hal05-libtool-hack.patch b/package/hal/hal05-libtool-hack.patch
deleted file mode 100644
index 1b7e11204..000000000
--- a/package/hal/hal05-libtool-hack.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-