]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/splix
flashimages: switch to single ext4 (wo journal)
[people/teissler/ipfire-2.x.git] / lfs / splix
index e45872d8bd836048b1951141eb19ef59b9c27f5f..c9e8e47e123212b7068b70d2af48440eb1a9b3ce 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_TYPE)" "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)