openvpn: drop obsolete configure options

This commit is contained in:
Rudi Heitbaum 2024-09-15 12:28:16 +00:00
parent 054f06c1dc
commit 134ec253f3

View File

@ -13,12 +13,10 @@ PKG_LONGDESC="A full featured SSL VPN software solution that integrates OpenVPN
PKG_TOOLCHAIN="configure" PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_have_decl_TUNSETPERSIST=no \ PKG_CONFIGURE_OPTS_TARGET="ac_cv_have_decl_TUNSETPERSIST=no \
--disable-server \
--disable-plugins \ --disable-plugins \
--enable-iproute2 IPROUTE=/sbin/ip \ --enable-iproute2 IPROUTE=/sbin/ip \
--enable-management \ --enable-management \
--enable-fragment \ --enable-fragment \
--disable-multihome \
--disable-port-share \ --disable-port-share \
--disable-debug" --disable-debug"