diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-08-26 10:14:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-08-26 10:14:37 +0000 |
commit | d2ef83fd962a4b02415ee1f655cae324589a9009 (patch) | |
tree | 5ba143d67e07b5876b47d637e126b48b456cb758 /packages/libspiff/files/autofoo.patch | |
parent | 2dc25ce7caf72b58900b88870e7e022e569f7a61 (diff) | |
parent | 4a37d232cb35608026da46499ba8524fc41e9470 (diff) |
merge of '0db5a631daed7a2002855bd39af92ef174a28037'
and 'fd42dbc3f52d856f1d5210791ff3fc2be2bc2749'
Diffstat (limited to 'packages/libspiff/files/autofoo.patch')
-rw-r--r-- | packages/libspiff/files/autofoo.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/libspiff/files/autofoo.patch b/packages/libspiff/files/autofoo.patch new file mode 100644 index 0000000000..2fcd7ebb47 --- /dev/null +++ b/packages/libspiff/files/autofoo.patch @@ -0,0 +1,31 @@ +Index: libspiff-0.7.2/configure.in +=================================================================== +--- libspiff-0.7.2.orig/configure.in 2007-08-25 15:47:29.000000000 +0000 ++++ libspiff-0.7.2/configure.in 2007-08-25 15:47:48.000000000 +0000 +@@ -78,26 +78,6 @@ + LDFLAGS="-L${withval} ${LDFLAGS}" + ], []) + +- +- +-# Local headers must come very first. Otherwise we +-# risk including headers of an already installed +-# libSpiff version if its path is in CPPFLAGS +-CPPFLAGS="-Iinclude ${CPPFLAGS}" +- +- +- +-# Append $prefix as a fallback at the very end +-if test "x${prefix}" != "xNONE"; then +- WORKING_PREFIX=${prefix} +-else +- WORKING_PREFIX=${ac_default_prefix} +-fi +-LDFLAGS="${LDFLAGS} -L${WORKING_PREFIX}/lib" +-CPPFLAGS="${CPPFLAGS} -I${WORKING_PREFIX}/include" +- +- +- + # Check presence + EXPAT_MISSING="Please install libexpat 1.95.8 or later. + On Ubuntu enter 'sudo apt-get install libexpat-dev'." |