From c08e7f411b12698f6034c6882eae8f9c508b5832 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 4 Jul 2025 13:42:53 +0200 Subject: [PATCH] net-snmp: remove not needed snmpd-static build The static build is not packaged and can therefore be removed as the build artefact is not used. Signed-off-by: Florian Eckert --- net/net-snmp/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index f5109ddb5e..f8c2f77361 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -96,14 +96,6 @@ $(call Package/net-snmp/Default/description) endef -define Package/snmpd-static -$(call Package/net-snmp/Default) - DEPENDS:=+snmpd - TITLE:=Open source SNMP implementation (daemon) - BUILDONLY:=1 -endef - - define Package/snmptrapd $(call Package/net-snmp/Default) DEPENDS:=+libnetsnmp @@ -191,7 +183,6 @@ TARGET_CPPFLAGS += -I$(STAGING_DIR)/usr/include/libnl-tiny CONFIGURE_ARGS += \ --enable-mfd-rewrites \ --enable-shared \ - --enable-static \ --with-endianness=$(if $(CONFIG_BIG_ENDIAN),big,little) \ --with-logfile=/var/log/snmpd.log \ --with-persistent-directory=/usr/lib/snmp/ \ @@ -289,5 +280,4 @@ $(eval $(call BuildPackage,libnetsnmp)) $(eval $(call BuildPackage,snmp-mibs)) $(eval $(call BuildPackage,snmp-utils)) $(eval $(call BuildPackage,snmpd)) -$(eval $(call BuildPackage,snmpd-static)) $(eval $(call BuildPackage,snmptrapd)) -- 2.30.2