Skip to content

Commit

Permalink
libsepol: 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 a68aa83 commit d719a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsepol/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PREFIX ?= /usr
INCLUDEDIR ?= $(PREFIX)/include
LIBDIR ?= $(PREFIX)/lib
SHLIBDIR ?= /lib
SHLIBDIR ?= $(PREFIX)/lib
RANLIB ?= ranlib
CILDIR ?= ../cil

Expand Down

0 comments on commit d719a3f

Please sign in to comment.