summaryrefslogtreecommitdiffstats
path: root/package/patch/patch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/patch/patch.mk')
-rw-r--r--package/patch/patch.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/patch/patch.mk b/package/patch/patch.mk
index 33f0039d60..d581682c70 100644
--- a/package/patch/patch.mk
+++ b/package/patch/patch.mk
@@ -11,10 +11,10 @@ PATCH_LICENSE = GPL-3.0+
PATCH_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_ATTR),y)
-PATCH_CONF_OPTS += --enable-attr
+PATCH_CONF_OPTS += --enable-xattr
PATCH_DEPENDENCIES += attr
else
-PATCH_CONF_OPTS += --disable-attr
+PATCH_CONF_OPTS += --disable-xattr
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud