Browse Source

patch: --disable-xattr

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
lilik-openwrt-22.03
Etienne CHAMPETIER 10 years ago
parent
commit
165e0afeaa
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      devel/patch/Makefile

+ 6
- 0
devel/patch/Makefile 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)" \


Loading…
Cancel
Save