mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
net-snmp : update to 5.7.3
Update to 5.7.3 by refreshing patches; remove 800-format-security as upstream integrated. Add libnl dependency in the package Makefile as net-snmp will check if libnl is enabled in config_os_libs2. Remove unneeded PKG_FIXUP build variable. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
--- a/local/Makefile.in
|
||||
+++ b/local/Makefile.in
|
||||
@@ -100,7 +100,7 @@ tkmib.made: $(srcdir)/tkmib
|
||||
diff -uNr a/local/Makefile.in b/local/Makefile.in
|
||||
--- a/local/Makefile.in 2014-02-20 08:36:42.000000000 +0800
|
||||
+++ b/local/Makefile.in 2014-05-27 13:21:34.245223503 +0800
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
mib2c.made: $(srcdir)/mib2c
|
||||
if test "x$(PERL)" != "x" ; then \
|
||||
@@ -9,9 +10,21 @@
|
||||
else \
|
||||
touch mib2c.made; \
|
||||
fi
|
||||
--- a/mibs/Makefile.in
|
||||
+++ b/mibs/Makefile.in
|
||||
@@ -48,11 +48,15 @@ NETSNMPMIBS = NET-SNMP-TC.txt NET-SNMP-M
|
||||
diff -uNr a/Makefile.top b/Makefile.top
|
||||
--- a/Makefile.top 2014-02-20 08:36:42.000000000 +0800
|
||||
+++ b/Makefile.top 2014-05-27 13:26:53.023737120 +0800
|
||||
@@ -27,6 +27,7 @@
|
||||
snmplibdir = $(datadir)/snmp
|
||||
mibdir = $(snmplibdir)/mibs
|
||||
persistentdir = @PERSISTENT_DIRECTORY@
|
||||
+sysconfdir = @sysconfdir@
|
||||
DESTDIR = @INSTALL_PREFIX@
|
||||
INSTALL_PREFIX = $(DESTDIR)
|
||||
|
||||
diff -uNr a/mibs/Makefile.in b/mibs/Makefile.in
|
||||
--- a/mibs/Makefile.in 2014-02-20 08:36:42.000000000 +0800
|
||||
+++ b/mibs/Makefile.in 2014-05-27 13:25:07.151988585 +0800
|
||||
@@ -49,11 +49,15 @@
|
||||
UCDMIBS = UCD-SNMP-MIB.txt UCD-DEMO-MIB.txt UCD-IPFWACC-MIB.txt \
|
||||
UCD-DLMOD-MIB.txt UCD-DISKIO-MIB.txt
|
||||
|
||||
@@ -28,13 +41,3 @@
|
||||
|
||||
all: standardall
|
||||
|
||||
--- a/Makefile.top
|
||||
+++ b/Makefile.top
|
||||
@@ -26,6 +26,7 @@ man8dir = $(mandir)/man8
|
||||
snmplibdir = $(datadir)/snmp
|
||||
mibdir = $(snmplibdir)/mibs
|
||||
persistentdir = @PERSISTENT_DIRECTORY@
|
||||
+sysconfdir = @sysconfdir@
|
||||
DESTDIR = @INSTALL_PREFIX@
|
||||
INSTALL_PREFIX = $(DESTDIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user