[package] net-snmp: enable 64-bits counter (#8818)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25486 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dca96d5027
commit
5de9bf0287
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=net-snmp
|
||||
PKG_VERSION:=5.4.2.1
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/net-snmp
|
||||
@ -98,6 +98,7 @@ SNMP_MIB_MODULES_INCLUDED = \
|
||||
host/hr_storage \
|
||||
host/hr_system \
|
||||
ieee802dot11 \
|
||||
if-mib/ifXTable \
|
||||
mibII/at \
|
||||
mibII/icmp \
|
||||
mibII/ifTable \
|
||||
@ -151,6 +152,7 @@ SNMP_TRANSPORTS_EXCLUDED = TCP TCPIPv6 Unix
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-mfd-rewrites \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--with-endianness=little \
|
||||
|
Loading…
x
Reference in New Issue
Block a user