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 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 -- 1.9.1 _______________________________________________ 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.