allow special types

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8132 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
pavlov 2007-07-23 17:36:06 +00:00
parent 615293f02a
commit 0e27176e51

View File

@ -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 \