X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpptp;h=850573810793d8a83e068751e026ec616b7ccd73;hb=8288c0394bb96f5aa3878ea86c05c2d92d677347;hp=e3237c34a94fecf0710a9afba473dc05731308ee;hpb=46c78ea98bdbeb03ca9c0c1ead293b974e897abb;p=ipfire-2.x.git diff --git a/lfs/pptp b/lfs/pptp index e3237c34a9..8505738107 100644 --- a/lfs/pptp +++ b/lfs/pptp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -70,6 +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) && patch -Np0 < $(DIR_SRC)/src/patches/pptp-1.7.2-compat.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)