]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/directfb
Firewall: Bugfix: Remark in hostgroups and servicegroups was not changeable
[people/teissler/ipfire-2.x.git] / lfs / directfb
index 218cbbc8b4ab2cdf2ad4db871724e457e541994a..34acb593e48f5b979a441ea69b4080bfa0c29b50 100644 (file)
@@ -79,8 +79,10 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/directfb-1.1.1-fix-mknod.patch
        cd $(DIR_APP) && sed -i "s/checkfor_matrox=yes/checkfor_matrox=no/g" configure
        cd $(DIR_APP) && sed -i "s/checkfor_cle266=no/checkfor_cle266=yes/g" configure
+       cd $(DIR_APP) && sed -i "s/checkfor_omap=.*/checkfor_omap=no/g" configure
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-x11 --enable-sdl \
                                     --enable-video4linux2 
        cd $(DIR_APP) && make $(MAKETUNING)