summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Yardley2007-07-23 17:36:06 +0000
committerTim Yardley2007-07-23 17:36:06 +0000
commit3db5a38ab75945ac8843a73977edfda3fa489b11 (patch)
treeff5686b09b9f75244619881c5ad9738547de6319
parenta8a4ab5646c51fda4db1bef9d800d6f61dd89826 (diff)
downloadarchive-3db5a38ab75945ac8843a73977edfda3fa489b11.tar.gz
allow special types
SVN-Revision: 8132
-rw-r--r--libs/net-snmp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/net-snmp/Makefile b/libs/net-snmp/Makefile
index 9c99f6f158..a17e2ca5e7 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 \