diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-25 09:28:29 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-25 09:28:29 +0000 |
| commit | 41d6612ec730f93046aaf1978adb4be77bc257bd (patch) | |
| tree | 648baffc619a3b94c82e64d9f1b875d638bb5436 /meta-openmoko/packages/libspiff/files/makefile.patch | |
| parent | 9b547ecf849b66aa883328fb6b26d9b412a4d2ec (diff) | |
| download | poky-41d6612ec730f93046aaf1978adb4be77bc257bd.tar.gz | |
libspiff: update to 0.8.3 to get gcc 4.3.1 fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4948 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages/libspiff/files/makefile.patch')
| -rw-r--r-- | meta-openmoko/packages/libspiff/files/makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openmoko/packages/libspiff/files/makefile.patch b/meta-openmoko/packages/libspiff/files/makefile.patch new file mode 100644 index 0000000000..87ec9a345c --- /dev/null +++ b/meta-openmoko/packages/libspiff/files/makefile.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | --- | ||
| 2 | Makefile.am | 2 +- | ||
| 3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 4 | |||
| 5 | --- libspiff-0.8.3.orig/Makefile.am | ||
| 6 | +++ libspiff-0.8.3/Makefile.am | ||
| 7 | @@ -1,7 +1,7 @@ | ||
| 8 | ## Process this file with automake to produce Makefile.in | ||
| 9 | -AUTOMAKE_OPTIONS = 1.10.1 gnu dist-zip dist-bzip2 dist-lzma subdir-objects | ||
| 10 | +AUTOMAKE_OPTIONS = 1.10 gnu dist-zip dist-bzip2 subdir-objects | ||
| 11 | |||
| 12 | lib_LTLIBRARIES = libspiff.la | ||
| 13 | |||
| 14 | bin_PROGRAMS = \ | ||
| 15 | examples/check/spiff_check \ | ||
