echo "LDFLAGS+= -Wl,-dynamic-linker=$LDELF" >>$CONFIG_MK
fi
+abort=false
# We require the libc to support non standard functions, like getifaddrs
printf "Testing for getifaddrs support ... "
cat <<EOF >_getifaddrs.c
else
echo "no"
echo "libc support for getifaddrs is required - aborting" >&2
- exit 1
+ abort=true
fi
+rm -f _getifaddrs.c _getifaddrs
+$abort && exit 1
printf "Testing for arc4random support ... "
cat <<EOF >_arc4random.c