From: Christian Korber Date: Mon, 29 Jun 2026 07:46:06 +0000 (+0200) Subject: net-snmp: allow mulitple library installations X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6519dddb9d2c79fd2b7f289ee4f96d2e5269fc06;p=openwrt-packages.git net-snmp: allow mulitple library installations To allow multiple libraries on the target this glob is targeting multiple libraries. Signed-off-by: Christian Korber --- diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 86e622804..66edc0437 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)