We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a106e commit 9f15e75Copy full SHA for 9f15e75
Make
@@ -59,11 +59,8 @@ done
59
Wall='-Wall -Wdeclaration-after-statement' tests= jobs= skip= oldtest=
60
case `uname` in
61
OpenBSD)
62
- NEEDS_CRYPTO_WITH_SSL=YesPlease ; export NEEDS_CRYPTO_WITH_SSL
63
- skip="t9200 t9502"
64
- SHELL_PATH=/usr/local/bin/bash; export SHELL_PATH
65
- NO_PEDANTIC=CannotDo NO_JOBS=CannotDo
66
- Wall=
+ O="-fgnu89-inline"
+ skip="t9402"
67
;;
68
FreeBSD)
69
OLD_ICONV=YesPlease; export OLD_ICONV
0 commit comments