Revert "libselinux: set DISABLE_RPM default to y."

This reverts commit b67fefd991.
This would break ABI on RHEL 7 and earlier.
This commit is contained in:
Stephen Smalley 2016-09-29 15:44:10 -04:00
parent 658a149efd
commit 116a596c4f

View File

@ -1,7 +1,7 @@
SUBDIRS = src include utils man
DISABLE_SETRANS ?= n
DISABLE_RPM ?= y
DISABLE_RPM ?= n
ANDROID_HOST ?= n
ifeq ($(ANDROID_HOST),y)
override DISABLE_SETRANS=y