diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-05-25 09:54:29 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-05-25 09:54:29 +0200 |
| commit | 99dd85f176d8dbc1f81ed96b8bd2409ba3dbcd32 (patch) | |
| tree | 20e0735f73d2a422f75fcb6bf408efd2bd14d0c1 /recipes/icu/files/rematch-gcc-bug.patch | |
| parent | 8ef37e61f2e2db01d32dd6ec9a89202e973dddc8 (diff) | |
| parent | 8ce0d1274b868674c997ef52b1c8753c033a8a08 (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 |
