diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-19 15:58:00 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-19 15:58:00 +0400 |
commit | bfec41f79e1177aa047eb46e376752cee969287a (patch) | |
tree | 8eec0b7aabdf06c4b4a4eca38d77e188373a2b0b /recipes/icu/files/rematch-gcc-bug.patch | |
parent | 1ba4e6beb3482625dfa65c4d12b84c41fa3b1eb1 (diff) | |
parent | a5f902c677e9f919a1170a8355e158499fb0a27e (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/icu/files/rematch-gcc-bug.patch')
-rw-r--r-- | recipes/icu/files/rematch-gcc-bug.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/icu/files/rematch-gcc-bug.patch b/recipes/icu/files/rematch-gcc-bug.patch new file mode 100644 index 0000000000..4d47056ac5 --- /dev/null +++ b/recipes/icu/files/rematch-gcc-bug.patch @@ -0,0 +1,12 @@ +--- a/i18n/Makefile.in 2009-05-18 13:55:49.000000000 +0200 ++++ b/i18n/Makefile.in 2009-05-18 13:55:49.000000000 +0200 +@@ -105,6 +105,9 @@ + + all-local: $(ALL_TARGETS) + ++rematch.o: $(srcdir)/rematch.cpp ++ $(CXX) $(CPPFLAGS) $(DEFS) -c -o $@ $< ++ + install-local: install-headers install-library + + install-library: all-local |