Skip to content

Commit

Permalink
libselinux: Honor PREFIX for shared libraries
Browse files Browse the repository at this point in the history
Use `PREFIX` in `SHLIBDIR` just like for the other directories.

Signed-off-by: Quentin Minster Picavet <[email protected]>
  • Loading branch information
laomaiweng committed Oct 23, 2024
1 parent b411742 commit 33c3cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libselinux/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PKG_CONFIG ?= pkg-config
# Installation directories.
PREFIX ?= /usr
LIBDIR ?= $(PREFIX)/lib
SHLIBDIR ?= /lib
SHLIBDIR ?= $(PREFIX)/lib
INCLUDEDIR ?= $(PREFIX)/include
PYINC ?= $(shell $(PKG_CONFIG) --cflags $(PYPREFIX))
PYLIBS ?= $(shell $(PKG_CONFIG) --libs $(PYPREFIX))
Expand Down

0 comments on commit 33c3cb3

Please sign in to comment.