Added ldconfig invocation for OpenBSD

This commit is contained in:
Bob Polis 2023-04-15 23:31:26 +02:00
parent bbff69c876
commit b89a1ad840

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