From 26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Feb 2011 23:39:17 +0100 Subject: another round of native compile fixes --- package/libart/patches/100-cross_compile_fix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/libart') 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) -- cgit v1.2.3