diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 16:47:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 19:09:46 +0200 |
commit | 94dce43a042fe0b5a5b327d8dde03fa76016ad59 (patch) | |
tree | 6c5ba4fe5fcafa17ad854e2e3992c26da8913e99 /package/diffutils/diffutils.mk | |
parent | 9cb296d09c3f152926dae2d2095f58c0b4437061 (diff) | |
download | buildroot-94dce43a042fe0b5a5b327d8dde03fa76016ad59.tar.gz buildroot-94dce43a042fe0b5a5b327d8dde03fa76016ad59.zip |
ushare: do not use the DISABLE_NLS variable
ushare is not an autoconf/automake based package, so it does not have
the standard behavior of autoconf that every enable/disable option
supports both --enable-foo and --disable-foo.
For example, it supports --disable-nls, but not
--enable-nls. Currently, DISABLE_NLS is either empty or --disable-nls,
but this will be changed in a follow-up commit. As a preparation, this
commit modifies ushare to no longer use DISABLE_NLS, but instead
calculate itself whether --disable-nls should be passed.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/diffutils/diffutils.mk')
0 files changed, 0 insertions, 0 deletions