]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ppp: Fix building PPPoE stuff with new headers.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Nov 2012 16:59:08 +0000 (17:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Nov 2012 18:07:41 +0000 (19:07 +0100)
lfs/ppp

diff --git a/lfs/ppp b/lfs/ppp
index e667b1ee053601757dadd1774407a32009a22a6a..511cc502770f40cb96f10097bb51691540a251fc 100644 (file)
--- a/lfs/ppp
+++ b/lfs/ppp
@@ -70,7 +70,7 @@ $(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) && rm -f include/pcap-int.h
+       cd $(DIR_APP) && rm -f include/pcap-int.h include/linux/if_pppol2tp.h
 #      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ppp-2.4.2-pppoatm.patch
 #      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ppp-2.4.2-pppoatm-persist.patch
 #      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ppp-2.4.1-oedod.patch