coreutils: fix libintl, reorder ENV, OPTS & PROGS
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 26 Oct 2014 12:33:10 +0000 (09:33 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Oct 2014 12:57:41 +0000 (13:57 +0100)
commitc3aa6068c729dc1e2741bb534c3bdc95f27e7768
treef8165299f8f5404d7125be25e18eceaf210dbea4
parentbd1bbe4301931894691df91494519cec22536dde
coreutils: fix libintl, reorder ENV, OPTS & PROGS

Move OPTS, ENV & PROGS up to the top, the fact that a conditional
(BR2_PACKAGE_BUSYBOX) was before them is bad style and confused me while
i tried to get them grouped together.
This was making all of the new disable OPTS fail, pretty much harmless
but still.

Account for libintl/gettext presence, it's not required in any toolchain
combination but it will fail if it's present, so use it when it's
selected by some other package. Fixes:
http://autobuild.buildroot.net/results/30d/30d0e3d27d8606443479466e60716e6f202a4711/

Add conditional on OpenSSL for faster hashing binaries as pointed again
by Pádraig Brady.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/coreutils/coreutils.mk