- This was there because cython did not know about ENOATTR
But since cython 0.25.2 tus is fixed.
And we don't need to edit /usr/include/errno.h
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
if [ x"$1"x = x"--deps"x ]; then
sudo ./install-deps.sh
fi
-if ! grep -q ENODATA /usr/include/errno.h; then
- echo Need ENODATA in /usr/include/errno.h for cython compilations
- echo Please add it manually after ENOATTR with value 87
- echo '#define ENOATTR 87'
- exit 1
-fi
if [ -x /usr/bin/getopt ] && [ x"`/usr/bin/getopt -v`"x == x" --"x ]; then
echo fix getopt path
echo Native FreeBSD getopt is not compatible with the Linux getopt that is