iperf: override bool detection
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 May 2010 21:50:11 +0000 (23:50 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 May 2010 21:50:11 +0000 (23:50 +0200)
commite13ac0ec8788092c6508636da94fe0198c18dffd
tree0d1061604f4f7031b00fe74fd7e7d0707f037ec5
parent50685f1ce37be8bcd38b73ae3470516e9afb2033
iperf: override bool detection

The configure script contains a buggy test for the bool datatype and
it's size. This is normally not a big deal as the result isn't used
for anything, but when BR2_CONFIG_CACHE (default) is used, the
wrong ac_cv_type_bool result is stored in the cache, and other packages
like libcurl DO need the bool type, so that breaks the build.

Fix it by presetting those tests to sane values.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/iperf/iperf.mk