]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ppp: Fix broken build.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Mar 2011 10:23:01 +0000 (11:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Mar 2011 10:23:01 +0000 (11:23 +0100)
This was caused by a bad header files that does not fit into the
system anymore.

pkgs/ppp/ppp.nm

index 7bcd150ae4cb59481c7b5da27165fdb3a05eac2a..1268a765724201704ddd544faa30eedc467ac876 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = ppp
 PKG_VER        = 2.4.5
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Daemons
@@ -57,6 +57,9 @@ define STAGE_PREPARE_CMDS
 
        cd $(DIR_APP) && sed -e "s@^DESTDIR.*@DESTDIR=\$$(INSTROOT)/usr@" \
                -i pppd/plugins/pppol2tp/Makefile.linux
+
+       # Remove broken header file that crashed the build.
+       cd $(DIR_APP) && rm -f include/linux/if_pppol2tp.h
 endef
 
 define STAGE_BUILD