Message ID | 1475078424-21486-2-git-send-email-william.c.roberts@intel.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
On 09/28/2016 12:00 PM, william.c.roberts@intel.com wrote: > From: William Roberts <william.c.roberts@intel.com> > > 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@intel.com> > --- > 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 >
On 09/28/2016 12:00 PM, william.c.roberts@intel.com wrote: > From: William Roberts <william.c.roberts@intel.com> > > 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 I reverted this change. It would break rpm on RHEL 7 and earlier, so it is still too soon to make this the default ;( > > Signed-off-by: William Roberts <william.c.roberts@intel.com> > --- > 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 >
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