]> git.99rst.org Git - openwrt-packages.git/commitdiff
net-snmp: allow mulitple library installations
authorChristian Korber <redacted>
Mon, 29 Jun 2026 07:46:06 +0000 (09:46 +0200)
committerFlorian Eckert <redacted>
Mon, 29 Jun 2026 11:00:09 +0000 (13:00 +0200)
To allow multiple libraries on the target this glob is targeting
multiple libraries.

Signed-off-by: Christian Korber <redacted>
net/net-snmp/Makefile

index 86e622804ceb07af22d1b584a70aa8ffaea18ba7..66edc04377bea0fce2dfad17e06f9220675b73ca 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=net-snmp
 PKG_VERSION:=5.9.5.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/net-snmp
@@ -315,7 +315,7 @@ Package/snmpd-ssl/conffiles = $(Package/snmpd-nossl/conffiles)
 
 define Package/libnetsnmp-nossl/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnetsnmp{,agent,helpers,mibs}.so* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnetsnmp{,agent,helpers,mibs}.so.* $(1)/usr/lib/
 endef
 Package/libnetsnmp-ssl/install = $(Package/libnetsnmp-nossl/install)
 
git clone https://git.99rst.org/PROJECT