Skip to content

Commit

Permalink
tests: support for OpenBSD 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Nov 28, 2024
1 parent 9c0178d commit 9844636
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9844636

Please sign in to comment.