summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/libspiff/files/autofoo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openmoko/packages/libspiff/files/autofoo.patch')
-rw-r--r--meta-openmoko/packages/libspiff/files/autofoo.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openmoko/packages/libspiff/files/autofoo.patch b/meta-openmoko/packages/libspiff/files/autofoo.patch
new file mode 100644
index 0000000000..5f96a2c217
--- /dev/null
+++ b/meta-openmoko/packages/libspiff/files/autofoo.patch
@@ -0,0 +1,29 @@
1Index: libspiff-0.8.2/configure.in
2===================================================================
3--- libspiff-0.8.2.orig/configure.in
4+++ libspiff-0.8.2/configure.in
5@@ -80,24 +80,6 @@ AC_ARG_WITH(uriparser-lib, [ --with-uri
6
7
8
9-# Local headers must come very first. Otherwise we
10-# risk including headers of an already installed
11-# libSpiff version if its path is in CPPFLAGS
12-CPPFLAGS="-I${srcdir}/include ${CPPFLAGS}"
13-
14-
15-
16-# Append $prefix as a fallback at the very end
17-if test "x${prefix}" != "xNONE"; then
18- WORKING_PREFIX=${prefix}
19-else
20- WORKING_PREFIX=${ac_default_prefix}
21-fi
22-LDFLAGS="${LDFLAGS} -L${WORKING_PREFIX}/lib"
23-CPPFLAGS="${CPPFLAGS} -I${WORKING_PREFIX}/include"
24-
25-
26-
27 # Check presence
28 EXPAT_MISSING="Please install libexpat 1.95.8 or later.
29 On Ubuntu enter 'sudo apt-get install libexpat-dev'."