• Joe Julian's avatar
    Allow CGO_ENABLED to be overridden for build · 6f6c0d83
    Joe Julian authored
    
    
    On Mac OS they have some custom dns c library that uses some
    configuration files other than resolv.conf to configure dns lookups. The
    standard go library does not handle these custom configuration files
    which causes dns lookups to fail for some mac users.
    
    This allows the downstream pacakgers to override CGO_ENABLED to build
    binaries that use the custom dns library.
    
    Signed-off-by: default avatarJoe Julian <me@joejulian.name>
    6f6c0d83