From 6519dddb9d2c79fd2b7f289ee4f96d2e5269fc06 Mon Sep 17 00:00:00 2001 From: Christian Korber Date: Mon, 29 Jun 2026 09:46:06 +0200 Subject: [PATCH] net-snmp: allow mulitple library installations To allow multiple libraries on the target this glob is targeting multiple libraries. Signed-off-by: Christian Korber --- net/net-snmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 86e622804c..66edc04377 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -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)