mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-23 14:32:08 +00:00
libsemanage: Support overriding Makefile RANLIB
This commit is contained in:
parent
15beaf8dac
commit
3fcda02a93
@ -62,7 +62,7 @@ SWIG_CFLAGS += -Wno-error -Wno-unused-but-set-variable -Wno-unused-variable -Wno
|
||||
-Wno-unused-parameter
|
||||
|
||||
override CFLAGS += -I../include -I$(INCLUDEDIR) -D_GNU_SOURCE
|
||||
RANLIB=ranlib
|
||||
RANLIB ?= ranlib
|
||||
|
||||
SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user