We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b411742 commit 33c3cb3Copy full SHA for 33c3cb3
libselinux/src/Makefile
@@ -10,7 +10,7 @@ PKG_CONFIG ?= pkg-config
10
# Installation directories.
11
PREFIX ?= /usr
12
LIBDIR ?= $(PREFIX)/lib
13
-SHLIBDIR ?= /lib
+SHLIBDIR ?= $(PREFIX)/lib
14
INCLUDEDIR ?= $(PREFIX)/include
15
PYINC ?= $(shell $(PKG_CONFIG) --cflags $(PYPREFIX))
16
PYLIBS ?= $(shell $(PKG_CONFIG) --libs $(PYPREFIX))
0 commit comments