]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/splix
splix: Buildfix for ARM.
[people/pmueller/ipfire-2.x.git] / lfs / splix
index e45872d8bd836048b1951141eb19ef59b9c27f5f..bc82cf311c8e907a8572fcadc36956280fb924ab 100644 (file)
--- 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)