Browse Source

patch: --disable-xattr (v2)

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

+ 1
- 5
devel/patch/Makefile View File

@ -30,11 +30,7 @@ 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
CONFIGURE_ARGS+= --disable-xattr
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \


Loading…
Cancel
Save