From: Michael Tremer Date: Fri, 30 Jul 2010 07:58:31 +0000 (+0200) Subject: pptp: Fix build error on linux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c836aac1960d22b35bba23ebb0a979266273bb51;p=ipfire-3.x.git pptp: Fix build error on linux. Removed pptp_compat.c because there is only some stuff for solaris in it. --- diff --git a/pkgs/core/pptp/pptp.nm b/pkgs/core/pptp/pptp.nm index 8519dd0c6..361316ec1 100644 --- a/pkgs/core/pptp/pptp.nm +++ b/pkgs/core/pptp/pptp.nm @@ -47,7 +47,8 @@ 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/^OPTIMIZE=.*/OPTIMIZE=$(CFLAGS)/" \ + -e "s/pptp_compat.o//g" endef define STAGE_BUILD