On 09/28/2016 12:00 PM, [email protected] wrote: > From: William Roberts <[email protected]> > > 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 <[email protected]> > --- > 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 > _______________________________________________ Seandroid-list mailing list [email protected] To unsubscribe, send email to [email protected]. To get help, send an email containing "help" to [email protected].
