Skip to content

Commit b9e6f06

Browse files
committed
Update bsdi template
1 parent f28ec8c commit b9e6f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/template/bsdi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ case $host_os in
1010
esac
1111

1212
case $host_os in
13-
bsdi2.0 | bsdi2.1 | bsdi3)
13+
bsdi2.0 | bsdi2.1 | bsdi3*)
1414
SHARED_LIB=
1515
DLSUFFIX=.o
1616
CC=gcc2
1717
;;
18-
bsdi4)
18+
*)
1919
SHARED_LIB=-fpic
2020
DLSUFFIX=.so
2121
;;

0 commit comments

Comments
 (0)