[packages] openvpn: fix paths to ifconfig, ip and route utilities (#9184)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26480 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-04-05 13:07:42 +00:00
parent 0d8889ce49
commit 4e07c487ba

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn
PKG_VERSION:=2.1.4
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://swupdate.openvpn.net/community/releases @SF/openvpn
@ -56,6 +56,9 @@ define Package/openvpn-easy-rsa/conffiles
endef
CONFIGURE_ARGS+= \
--with-ifconfig-path=/sbin/ifconfig \
--with-iproute-path=/usr/sbin/ip \
--with-route-path=/sbin/route \
--disable-pthread \
--disable-debug \
--disable-plugins \