]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pptp: Fix build error on linux.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Jul 2010 07:58:31 +0000 (09:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Jul 2010 07:58:31 +0000 (09:58 +0200)
Removed pptp_compat.c because there is only some
stuff for solaris in it.

pkgs/core/pptp/pptp.nm

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