]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/mISDNuser
Merge branch 'next' into initscripts-cleanup
[ipfire-2.x.git] / lfs / mISDNuser
index 4f4edd5aa865d65df3ce456c9cd6a0896eab2ef5..923696a80c027b8fed2494689f3591e9b31ee780 100644 (file)
@@ -70,8 +70,10 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_SRC)/mISDNuser && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_SRC)/mISDNuser && sed -e "s/-Werror//g" -i */Makefile.*
        cd $(DIR_SRC)/mISDNuser && make
        cd $(DIR_SRC)/mISDNuser && ./configure --prefix=/usr --with-AF_ISDN=34
        cd $(DIR_SRC)/mISDNuser && make MISDNDIR=/usr/src/linux
        cd $(DIR_SRC)/mISDNuser && make install MISDNDIR=/usr/src/linux
+       @rm -rf $(DIR_APP)
        @$(POSTBUILD)