[package] update openvpn-devel to week 45 snapshot
the following patch brings openvpn-devel up to "week 45" (most recent) openvpn-devel version from git, which has one important bugfix ("route" command with special-case targets was broken) and enables parallel building. Also, it seems that "--enable-small" was lost in the application of the last commit - or my local SVN is confused. I know I sent this last time, but "svn diff" claims it's not in the repository right now... Anyway, here's the output of "svn update ; svn diff" on the packages feed tree... Signed-off-by: Gert Doering <gert@greenie.muc.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@24068 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cf7952144f
commit
ce72947065
@ -5,14 +5,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openvpn-devel
|
||||
PKG_VERSION:=201035
|
||||
PKG_VERSION:=201045
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=openvpn-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=ftp://ftp.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/
|
||||
PKG_MD5SUM:=1f0d2cbfb735df92d7fd8bef5d80a291
|
||||
PKG_MD5SUM:=0c54fe19381e8756f40bc1050d7016d8
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/openvpn-devel
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -44,6 +45,7 @@ define Build/Configure
|
||||
--disable-socks \
|
||||
--enable-password-save \
|
||||
--enable-iproute2 \
|
||||
--enable-small \
|
||||
--with-iproute-path=/usr/sbin/ip \
|
||||
,\
|
||||
ac_cv_func_epoll_create=no \
|
||||
|
Loading…
x
Reference in New Issue
Block a user