On 09/28/2016 12:00 PM, william.c.roberts@xxxxxxxxx wrote: > From: William Roberts <william.c.roberts@xxxxxxxxx> > > Change the default build behavior to always use DISABLE_RPM. > To get the old behavior call make with DISABLE_RPM=n. > > eg.) > make DISABLE_RPM=n Thanks, applied both. We'll see if anyone complains about this one and revert if necessary. > > Signed-off-by: William Roberts <william.c.roberts@xxxxxxxxx> > --- > libselinux/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libselinux/Makefile b/libselinux/Makefile > index 41d836c..cec2943 100644 > --- a/libselinux/Makefile > +++ b/libselinux/Makefile > @@ -1,7 +1,7 @@ > SUBDIRS = src include utils man > > DISABLE_SETRANS ?= n > -DISABLE_RPM ?= n > +DISABLE_RPM ?= y > ifeq ($(DISABLE_RPM),y) > DISABLE_FLAGS+= -DDISABLE_RPM > endif > _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.