From 9db34302011a75aeb4a1c8a51856d48cecb37134 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 28 Jul 2012 06:02:19 +0200 Subject: [PATCH] attr: add some default configure flags, use our optimizations Signed-off-by: Stephan Raue --- packages/devel/attr/build | 3 +++ packages/devel/attr/meta | 2 ++ 2 files changed, 5 insertions(+) diff --git a/packages/devel/attr/build b/packages/devel/attr/build index 1d36e7a2d6..ce9ee04fb4 100755 --- a/packages/devel/attr/build +++ b/packages/devel/attr/build @@ -31,7 +31,10 @@ else fi DEBUG=$ATTR_DEBUG \ +OPTIMIZER=" " \ CONFIG_SHELL=/bin/bash \ +INSTALL_USER=root \ +INSTALL_GROUP=root \ ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ diff --git a/packages/devel/attr/meta b/packages/devel/attr/meta index 3239016e23..c85e93fac8 100644 --- a/packages/devel/attr/meta +++ b/packages/devel/attr/meta @@ -33,3 +33,5 @@ PKG_SECTION="accessibility" PKG_SHORTDESC="attr: Extended Attributes Of Filesystem Objects" PKG_LONGDESC="Extended attributes are name:value pairs associated permanently with files and directories, similar to the environment strings associated with a process. An attribute may be defined or undefined. If it is defined, its value may be empty or non-empty. Extended attributes are extensions to the normal attributes which are associated with all inodes in the system (i.e. the stat(2) data). They are often used to provide additional functionality to a filesystem - for example, additional security features such as Access Control Lists (ACLs) may be implemented using extended attributes." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"