patch: --disable-xattr
authorEtienne CHAMPETIER <[email protected]>
Mon, 30 Jun 2014 18:55:17 +0000 (20:55 +0200)
committerEtienne CHAMPETIER <[email protected]>
Mon, 30 Jun 2014 18:56:00 +0000 (20:56 +0200)
Signed-off-by: Etienne CHAMPETIER <[email protected]>
devel/patch/Makefile

index 4b80804c8c17335a486c68ec9e1cfaf14d9fbda2..f338a0b4ef310e238449eeb31f1cb4158f2c9f60 100644 (file)
@@ -30,6 +30,12 @@ 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
+
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR="$(PKG_INSTALL_DIR)" \