Hi,

the following patch brings openvpn-devel up to "week 36" (most recent)
openvpn-devel version from git, and enables building with "--enable-small".

This option removes most of the large help messages, saving about 
50-60kbyte from the resulting binary (the ipk is 12k smaller already).

Tested on 10.03/ar71xx with udp and tcp TUN, IPv4+IPv6 payload, tests passed.

Please include :-)

Signed-off-by: Gert Doering <g...@greenie.muc.de>

gert

-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de
Index: openvpn-devel/Makefile
===================================================================
--- openvpn-devel/Makefile      (Revision 22473)
+++ openvpn-devel/Makefile      (Arbeitskopie)
@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openvpn-devel
-PKG_VERSION:=201026
+PKG_VERSION:=201035
 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:=b7a1836d033096c4d70f86581c2fc49d
+PKG_MD5SUM:=1f0d2cbfb735df92d7fd8bef5d80a291
 
 PKG_INSTALL:=1
 PKG_BUILD_DIR:=$(BUILD_DIR)/openvpn-devel
@@ -43,6 +43,7 @@
                --disable-socks \
                --enable-password-save \
                --enable-iproute2 \
+               --enable-small \
                --with-iproute-path=/usr/sbin/ip \
                ,\
                ac_cv_func_epoll_create=no \

Attachment: pgpA5jj9XzBUh.pgp
Description: PGP signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to