From: Tim Yardley Date: Mon, 23 Jul 2007 17:36:06 +0000 (+0000) Subject: allow special types X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d540cc634d22b762f8a18a950f8e5bf26d5d45b5;p=openwrt%2Fsvn-archive%2Fpackages.git allow special types SVN-Revision: 8132 --- diff --git a/libs/net-snmp/Makefile b/libs/net-snmp/Makefile index 9c99f6f15..a17e2ca5e 100644 --- a/libs/net-snmp/Makefile +++ b/libs/net-snmp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=net-snmp PKG_VERSION:=5.1.2 -PKG_RELEASE:=2.2 +PKG_RELEASE:=2.3 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -167,7 +167,6 @@ PKG_CONFIGURE_OPTIONS = \ --with-mib-modules="$(SNMP_MIB_MODULES_INCLUDED)" \ --with-out-transports="$(SNMP_TRANSPORTS_EXCLUDED)" \ --with-transports="$(SNMP_TRANSPORTS_INCLUDED)" \ - --without-opaque-special-types \ --without-openssl \ --without-libwrap \ --without-rpm \