1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 04:14:01 +02:00

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

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