提交 289ae880 编写于 作者: D Dmitry Kozlov

updated contrib files

上级 e1ffa486
......@@ -14,13 +14,13 @@ HOMEPAGE="http://accel-ppp.sourceforge.net/"
SLOT="0"
LICENSE="GPL"
KEYWORDS="~amd64 ~x86"
IUSE="postgres debug shaper pptp_driver"
IUSE="postgres debug shaper pptp_driver radius"
DEPEND=">=sys-libs/glibc-2.8
dev-libs/openssl
dev-libs/libaio
shaper? ( =dev-libs/libnl-2 )
postgres? ( >=dev-db/postgresql-base-8.1 )"
shaper? ( =dev-libs/libnl-2* )
postgres? ( dev-db/postgresql-base )"
RDEPEND="$DEPEND
pptp_driver? ( virtual/modutils )"
......@@ -55,6 +55,12 @@ src_configure() {
mycmakeargs+=( "-DSHAPER=TRUE" )
fi
if ! use radius; then
mycmakeargs+=( "-DRADIUS=FALSE" )
fi
mycmakeargs+=( "-DCMAKE_INSTALL_PREFIX=/usr" )
cmake-utils_src_configure
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册