From: Michael Tremer Date: Fri, 4 Dec 2015 21:18:11 +0000 (+0000) Subject: mISDNuser: Don't build with -Werror X-Git-Tag: v2.17-core97~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b2e3ab6830ac81b3678b3e3b6c9372ed4f60ff9;p=ipfire-2.x.git mISDNuser: Don't build with -Werror Signed-off-by: Michael Tremer --- diff --git a/lfs/mISDNuser b/lfs/mISDNuser index c471c76073..923696a80c 100644 --- a/lfs/mISDNuser +++ b/lfs/mISDNuser @@ -70,6 +70,7 @@ $(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