summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2010-10-18 21:04:21 +0400
committerDmitry Kozlov <xeb@mail.ru>2010-10-18 21:04:21 +0400
commitc97932993f6f5a811f9516066ed6edad48fa6b00 (patch)
treed8ee8f2031874620a4e3ae1368f949f1d9ec5006 /contrib
parent27b190b7e4f3957fb923174774435832306938b2 (diff)
downloadaccel-ppp-c97932993f6f5a811f9516066ed6edad48fa6b00.tar.gz
accel-ppp-c97932993f6f5a811f9516066ed6edad48fa6b00.zip
due to l2tp doesn't require libnl more build it by default
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild
index e926e29..645132d 100644
--- a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild
+++ b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild
@@ -14,12 +14,11 @@ HOMEPAGE="http://accel-pptp.sourceforge.net/"
SLOT="0"
LICENSE="GPL"
KEYWORDS="~amd64 ~x86"
-IUSE="postgres debug l2tp shaper"
+IUSE="postgres debug shaper"
DEPEND=">=sys-libs/glibc-2.8
dev-libs/openssl
dev-libs/libaio
- l2tp? ( =dev-libs/libnl-9999 )
shaper? ( =dev-libs/libnl-9999 )
postgres? ( >=dev-db/postgresql-base-8.1 )"
@@ -51,10 +50,6 @@ src_configure() {
mycmakeargs+=( "-DLOG_PGSQL=TRUE" )
fi
- if use l2tp; then
- mycmakeargs+=( "-DL2TP=TRUE" )
- fi
-
if use shaper; then
mycmakeargs+=( "-DSHAPER=TRUE" )
fi