diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-20 12:27:31 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-20 12:27:31 +0200 |
commit | a0ac64bb461533e06f99e865f5b2fc315d033b17 (patch) | |
tree | 9fa683112d553e0ab76feccac26f11d4be9ec48b /recipes/icu/files/rematch-gcc-bug.patch | |
parent | f77a615dee76f1c6d560b69ec8c1a245bd46f39c (diff) | |
parent | 6d77f938e950a882ab500392d9d7074a3dcd15ba (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/icu/files/rematch-gcc-bug.patch b/recipes/icu/files/rematch-gcc-bug.patch index 4d47056ac5..5f516e396f 100644 --- a/recipes/icu/files/rematch-gcc-bug.patch +++ b/recipes/icu/files/rematch-gcc-bug.patch @@ -5,7 +5,7 @@ all-local: $(ALL_TARGETS) +rematch.o: $(srcdir)/rematch.cpp -+ $(CXX) $(CPPFLAGS) $(DEFS) -c -o $@ $< ++ $(CXX) -fPIC $(CPPFLAGS) $(DEFS) -c -o $@ $< + install-local: install-headers install-library |