From: Michael Tremer Date: Fri, 30 Jul 2010 15:27:11 +0000 (+0200) Subject: Revert "pptp: Fix build error on linux." X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244d7a735c84e6c74afb828ed6294b87bf770edf;p=ipfire-3.x.git Revert "pptp: Fix build error on linux." This reverts commit c836aac1960d22b35bba23ebb0a979266273bb51. --- diff --git a/pkgs/core/pptp/pptp.nm b/pkgs/core/pptp/pptp.nm index 361316ec1..8519dd0c6 100644 --- a/pkgs/core/pptp/pptp.nm +++ b/pkgs/core/pptp/pptp.nm @@ -47,8 +47,7 @@ PKG_TARBALL = $(THISAPP).tar.gz define STAGE_PREPARE_CMDS cd $(DIR_APP) && sed -i Makefile \ -e "s/install -o root -m 555 pptp/install -m 755 pptp/" \ - -e "s/^OPTIMIZE=.*/OPTIMIZE=$(CFLAGS)/" \ - -e "s/pptp_compat.o//g" + -e "s/^OPTIMIZE=.*/OPTIMIZE=$(CFLAGS)/" endef define STAGE_BUILD