diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 23:21:36 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 23:21:36 +0000 |
commit | af9a0ccb79723bef3c597ea72e417de968164c99 (patch) | |
tree | 3c4276485e0ae825e5aa6d1298f6757f9a973805 /package/hal/hal01-configure-buildroot-cross.patch | |
parent | 8cc56adc391887c5f156de83c65fdbba2f31a1fe (diff) | |
download | buildroot-novena-af9a0ccb79723bef3c597ea72e417de968164c99.tar.gz buildroot-novena-af9a0ccb79723bef3c597ea72e417de968164c99.zip |
Add new 'hal' package.
Diffstat (limited to 'package/hal/hal01-configure-buildroot-cross.patch')
-rw-r--r-- | package/hal/hal01-configure-buildroot-cross.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/hal/hal01-configure-buildroot-cross.patch b/package/hal/hal01-configure-buildroot-cross.patch new file mode 100644 index 000000000..e97a7757e --- /dev/null +++ b/package/hal/hal01-configure-buildroot-cross.patch @@ -0,0 +1,10 @@ +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 |