]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "pptp: Fix build error on linux."
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Jul 2010 15:27:11 +0000 (17:27 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Jul 2010 15:27:11 +0000 (17:27 +0200)
This reverts commit c836aac1960d22b35bba23ebb0a979266273bb51.

pkgs/core/pptp/pptp.nm

index 361316ec177f622bdb1c9b4dd757ecd1c9878a9c..8519dd0c6d2e68b4a9c3ebca0ec639ced7a5ad5a 100644 (file)
@@ -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