mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-09 22:27:08 +00:00
libsepol: Allow overriding LIBBASE in src/Makefile
This commit is contained in:
parent
c78d729fc9
commit
95eda43741
@ -4,7 +4,7 @@ INCLUDEDIR ?= $(PREFIX)/include
|
||||
LIBDIR ?= $(PREFIX)/lib
|
||||
SHLIBDIR ?= $(DESTDIR)/lib
|
||||
RANLIB ?= ranlib
|
||||
LIBBASE=$(shell basename $(LIBDIR))
|
||||
LIBBASE ?= $(shell basename $(LIBDIR))
|
||||
|
||||
VERSION = $(shell cat ../VERSION)
|
||||
LIBVERSION = 1
|
||||
|
Loading…
Reference in New Issue
Block a user