summaryrefslogtreecommitdiff
path: root/package/quota
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-10-08 19:58:25 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-10-08 19:58:25 +0200
commit61a7a3a2f7041723c76ddb185486de420e94d079 (patch)
treea88ebdd2d56ccc9d36ec99008673e1e56887c2a1 /package/quota
parent35ae42ab501354ee138b8af587a7c98c67815bbe (diff)
quota: don't try to strip binaries during installation
quota strips binaries during installation by default using 'install -s', but that uses the host strip so doesn't work for cross compilation, and stripping or not is handled globally in Buildroot during target-finalize, so disable it here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/quota')
-rw-r--r--package/quota/quota.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/quota/quota.mk b/package/quota/quota.mk
index 5011c0fc2..0e7a2b0d8 100644
--- a/package/quota/quota.mk
+++ b/package/quota/quota.mk
@@ -9,6 +9,7 @@ QUOTA_SITE = http://downloads.sourceforge.net/project/linuxquota/quota-tools/$(Q
QUOTA_DEPENDENCIES = host-gettext
QUOTA_AUTORECONF = YES
QUOTA_LICENSE = GPLv2+
+QUOTA_CONF_OPTS = --disable-strip-binaries
QUOTA_CFLAGS = $(TARGET_CFLAGS)
QUOTA_LDFLAGS = $(TARGET_LDFLAGS)