Skip to content
  • Peter Korsgaard's avatar
    iperf: override bool detection · e13ac0ec
    Peter Korsgaard authored
    
    
    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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
    e13ac0ec
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading