From: Florian Fainelli Date: Sat, 11 Sep 2010 18:38:47 +0000 (+0000) Subject: [package] build openvpn with the small option (saves about 12K in the ipk on brcm47xx... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=945bee67472115c12e1e8c8ce1e91236c126f3e9;ds=sidebyside [package] build openvpn with the small option (saves about 12K in the ipk on brcm47xx, #7788) SVN-Revision: 23018 --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 51ada70f93..109238a812 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.1.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn @@ -54,7 +54,8 @@ CONFIGURE_ARGS+= \ --disable-plugins \ --enable-management \ --disable-socks \ - --enable-password-save + --enable-password-save \ + --enable-small define Build/Configure $(call Build/Configure/Default, \