Skip to content
Snippets Groups Projects
Commit b9e6f068 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update bsdi template

parent f28ec8c5
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,12 @@ case $host_os in
esac
case $host_os in
bsdi2.0 | bsdi2.1 | bsdi3)
bsdi2.0 | bsdi2.1 | bsdi3*)
SHARED_LIB=
DLSUFFIX=.o
CC=gcc2
;;
bsdi4)
*)
SHARED_LIB=-fpic
DLSUFFIX=.so
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment