From: Michael Tremer Date: Tue, 6 Sep 2011 20:35:50 +0000 (+0000) Subject: splix: Buildfix for ARM. X-Git-Tag: v2.9-core54~13^2~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0d770f9daa70b09076513f2f46a5cc8e86d1cd9;p=people%2Fms%2Fipfire-2.x.git splix: Buildfix for ARM. --- diff --git a/lfs/splix b/lfs/splix index e45872d8bd..bc82cf311c 100644 --- a/lfs/splix +++ b/lfs/splix @@ -77,6 +77,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) +ifeq "$(MACHINE)" "arm" + cd $(DIR_APP) && sed -e "s/ceill/ceil/g" -i src/*.cpp +endif cd $(DIR_APP) && make DISABLE_JBIG=1 $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)