Skip to content

Commit 9f15e75

Browse files
committed
Meta/Make: update OpenBSD specific tweaks
1 parent 38a106e commit 9f15e75

File tree

2 files changed

+151
-104
lines changed

2 files changed

+151
-104
lines changed

Make

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ done
5959
Wall='-Wall -Wdeclaration-after-statement' tests= jobs= skip= oldtest=
6060
case `uname` in
6161
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=
62+
O="-fgnu89-inline"
63+
skip="t9402"
6764
;;
6865
FreeBSD)
6966
OLD_ICONV=YesPlease; export OLD_ICONV

0 commit comments

Comments
 (0)