Added ldconfig invocation for OpenBSD

This commit is contained in:
Bob Polis 2023-04-15 23:31:39 +02:00
parent b0b37233b1
commit 80471925db

View File

@ -114,3 +114,6 @@ ifeq ($(UNAME_S),Linux)
ldconfig
cd $(LIBDIR) && ln -sf $(SONAME) $(LINKERNAME)
endif
ifeq ($(UNAME_S),OpenBSD)
ldconfig -R
endif