From: Etienne CHAMPETIER Date: Mon, 30 Jun 2014 20:41:13 +0000 (+0200) Subject: patch: --disable-xattr (v2) X-Git-Tag: v14.07~220 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f567254fc279d388e8b89258546e58bf19cfd10f;p=feed%2Fpackages.git patch: --disable-xattr (v2) Signed-off-by: Etienne CHAMPETIER --- diff --git a/devel/patch/Makefile b/devel/patch/Makefile index f338a0b4ef..15804c0c9c 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -30,11 +30,7 @@ define Package/patch/description by applying a "patch" file typically created by the diff program. endef -define Build/Configure - $(call Build/Configure/Default,\ - --disable-xattr \ - ) -endef +CONFIGURE_ARGS+= --disable-xattr define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \