patch: --disable-xattr (v2)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
This commit is contained in:
parent
165e0afeaa
commit
f567254fc2
1 changed files with 1 additions and 5 deletions
|
@ -30,11 +30,7 @@ define Package/patch/description
|
||||||
by applying a "patch" file typically created by the diff program.
|
by applying a "patch" file typically created by the diff program.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS+= --disable-xattr
|
||||||
$(call Build/Configure/Default,\
|
|
||||||
--disable-xattr \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
|
Loading…
Reference in a new issue