From 9844636216625333bca76ae8acb2e4681140e1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Thu, 28 Nov 2024 10:28:47 +0100 Subject: [PATCH] tests: support for OpenBSD 7.6 --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 15c29fec..914a836b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -657,6 +657,9 @@ ifeq ($(KVER),7.4) endif ifeq ($(KVER),7.5) install -m444 /usr/lib/libc.so.99.0 /usr/lib/libpthread.so.27.1 $(DESTDIR)/usr/lib +endif +ifeq ($(KVER),7.6) + install -m444 /usr/lib/libc.so.100.3 /usr/lib/libpthread.so.27.1 $(DESTDIR)/usr/lib endif install -m444 /usr/libexec/ld.so $(DESTDIR)/usr/libexec install -m444 libiamnotroot.so $(DESTDIR)/usr/local/lib