net-snmp: remove not needed snmpd-static build
authorFlorian Eckert <[email protected]>
Fri, 4 Jul 2025 11:42:53 +0000 (13:42 +0200)
committerFlorian Eckert <[email protected]>
Mon, 11 Aug 2025 06:13:44 +0000 (08:13 +0200)
The static build is not packaged and can therefore be removed as the build
artefact is not used.

Signed-off-by: Florian Eckert <[email protected]>
net/net-snmp/Makefile

index f5109ddb5ef8c49ee43671e9e5373b3f583656d9..f8c2f77361f3d8ee49b35f7c25b33c2c0c887353 100644 (file)
@@ -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))