diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:39:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:39:17 +0100 |
commit | 26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch) | |
tree | 22f152f92d6c1e9c325583f46278a385ffefd38b /package/libart | |
parent | 67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff) |
another round of native compile fixes
Diffstat (limited to 'package/libart')
-rw-r--r-- | package/libart/patches/100-cross_compile_fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libart/patches/100-cross_compile_fix.patch b/package/libart/patches/100-cross_compile_fix.patch index 90cfda45f..a83e067ad 100644 --- a/package/libart/patches/100-cross_compile_fix.patch +++ b/package/libart/patches/100-cross_compile_fix.patch @@ -1,6 +1,6 @@ diff -urN libart.old/Makefile.in libart.dev/Makefile.in --- libart_lgpl-2.3.17.orig/Makefile.in 2005-01-21 10:52:11.000000000 +0100 -+++ libart_lgpl-2.3.17/Makefile.in 2011-01-15 22:35:19.000000000 +0100 ++++ libart_lgpl-2.3.17/Makefile.in 2011-02-26 22:48:38.000000000 +0100 @@ -440,9 +440,9 @@ testuta$(EXEEXT): $(testuta_OBJECTS) $(t @rm -f testuta$(EXEEXT) $(LINK) $(testuta_LDFLAGS) $(testuta_OBJECTS) $(testuta_LDADD) $(LIBS) @@ -9,7 +9,7 @@ diff -urN libart.old/Makefile.in libart.dev/Makefile.in +gen_art_config$(EXEEXT): @rm -f gen_art_config$(EXEEXT) - $(LINK) $(gen_art_config_LDFLAGS) $(gen_art_config_OBJECTS) $(gen_art_config_LDADD) $(LIBS) -+ $(HOSTCC) -I. -DLIBART_COMPILATION -DHAVE_CONFIG_H -o $@ gen_art_config.c ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -I. -DLIBART_COMPILATION -DHAVE_CONFIG_H -o $@ gen_art_config.c install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) |