From 3fcda02a93e8ca08555513342e76a31f85bf18c1 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Thu, 12 May 2016 21:57:54 +0200 Subject: [PATCH] libsemanage: Support overriding Makefile RANLIB --- libsemanage/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsemanage/src/Makefile b/libsemanage/src/Makefile index b0711a70..d6c3f0fd 100644 --- a/libsemanage/src/Makefile +++ b/libsemanage/src/Makefile @@ -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 ./