mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
patch: --disable-xattr
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
This commit is contained in:
@@ -30,6 +30,12 @@ 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
|
||||||
|
$(call Build/Configure/Default,\
|
||||||
|
--disable-xattr \
|
||||||
|
)
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user