Message ID | 1463083074-8550-1-git-send-email-roidelapluie@inuits.eu (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Applied. On 05/12/2016 03:57 PM, Julien Pivotto wrote: > --- > libsemanage/src/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libsemanage/src/Makefile b/libsemanage/src/Makefile > index d1fcc0b..71eadd6 100644 > --- a/libsemanage/src/Makefile > +++ b/libsemanage/src/Makefile > @@ -61,7 +61,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 ./ > >
diff --git a/libsemanage/src/Makefile b/libsemanage/src/Makefile index d1fcc0b..71eadd6 100644 --- a/libsemanage/src/Makefile +++ b/libsemanage/src/Makefile @@ -61,7 +61,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 ./