diff options
author | Joshua Lock <josh@linux.intel.com> | 2008-10-29 16:32:03 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2008-10-29 16:34:47 +0000 |
commit | db5f7b918b7384bfd7a83b5fd17c181cd1d9487b (patch) | |
tree | 5f15d91aa9318197c9082e289d8a52bf0f313468 /meta/packages/check/files | |
parent | 410141a9079202061c10a17e7d2a2c2f4d4e561d (diff) | |
download | openembedded-core-db5f7b918b7384bfd7a83b5fd17c181cd1d9487b.tar.gz openembedded-core-db5f7b918b7384bfd7a83b5fd17c181cd1d9487b.tar.bz2 openembedded-core-db5f7b918b7384bfd7a83b5fd17c181cd1d9487b.tar.xz openembedded-core-db5f7b918b7384bfd7a83b5fd17c181cd1d9487b.zip |
packages: check, uuid and xerces.
Add recipes for: updated check, 0.9.5
uuid 1.6.2
xerces-c 2.8.0
Diffstat (limited to 'meta/packages/check/files')
-rw-r--r-- | meta/packages/check/files/configure_fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/check/files/configure_fix.patch b/meta/packages/check/files/configure_fix.patch new file mode 100644 index 000000000..3e79319d8 --- /dev/null +++ b/meta/packages/check/files/configure_fix.patch @@ -0,0 +1,12 @@ +Index: check-0.9.5/configure.ac +=================================================================== +--- check-0.9.5.orig/configure.ac 2008-10-29 04:09:50.000000000 +0000 ++++ check-0.9.5/configure.ac 2008-10-29 04:10:06.000000000 +0000 +@@ -71,6 +71,7 @@ + AC_PROG_INSTALL + AC_PROG_LN_S + AC_PROG_LIBTOOL ++AM_PROG_CC_C_O + if test -n "$GCC"; then + CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings" + fi |