mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
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>
This commit is contained in:
parent
35ae42ab50
commit
61a7a3a2f7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user