projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8136ab7
)
openvpn: fix paths to ifconfig, ip and route utilities (#9184)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Apr 2011 13:07:42 +0000
(13:07 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Apr 2011 13:07:42 +0000
(13:07 +0000)
SVN-Revision: 26480
net/openvpn/Makefile
patch
|
blob
|
history
diff --git
a/net/openvpn/Makefile
b/net/openvpn/Makefile
index 3a761996c8af97af983abebdc4ba348e55da6e05..8cb813f26abb272e5ba078a16445ef4f93982373 100644
(file)
--- a/
net/openvpn/Makefile
+++ b/
net/openvpn/Makefile
@@
-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 \