patch: --disable-xattr

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
This commit is contained in:
Etienne CHAMPETIER 2014-06-30 20:55:17 +02:00
parent 5c6c766c4c
commit 165e0afeaa
1 changed files with 6 additions and 0 deletions

View 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)" \