summaryrefslogtreecommitdiff
path: root/package/hal/hal01-configure-buildroot-cross.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-12-16 10:10:18 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-12-16 10:10:18 +0100
commitebe6ce42941b502fcd40967f53165418064d7d30 (patch)
tree5b32921a0005b78a8935572105254ef38e20e4c8 /package/hal/hal01-configure-buildroot-cross.patch
parentc09e51037a52984d7faa3ad268dc7de34f7298b5 (diff)
hal: fix build, correct glib/udev/expat paths
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hal/hal01-configure-buildroot-cross.patch')
-rw-r--r--package/hal/hal01-configure-buildroot-cross.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/hal/hal01-configure-buildroot-cross.patch b/package/hal/hal01-configure-buildroot-cross.patch
deleted file mode 100644
index e97a7757e..000000000
--- a/package/hal/hal01-configure-buildroot-cross.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -ur hal-0.5.8/configure hal-0.5.8-patched/configure
---- hal-0.5.8/configure 2006-11-15 12:34:03.000000000 -0600
-+++ hal-0.5.8-patched/configure 2006-11-15 12:33:36.000000000 -0600
-@@ -22014,7 +22014,7 @@
- echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
- echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
- if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
-- EXPAT_LIB="-lexpat"
-+ EXPAT_LIB="\$(STAGING_DIR)/lib/libexpat.so"
- fi