Browse Source

patch: --disable-xattr (v2)

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
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
30 30
   by applying a "patch" file typically created by the diff program.
31 31
 endef
32 32
 
33
-define Build/Configure
34
-        $(call Build/Configure/Default,\
35
-                --disable-xattr \
36
-        )
37
-endef
33
+CONFIGURE_ARGS+= --disable-xattr
38 34
 
39 35
 define Build/Compile
40 36
 	$(MAKE) -C $(PKG_BUILD_DIR) \