1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Start an openbsd port

This commit is contained in:
Marc G. Fournier
1998-01-20 03:11:11 +00:00
parent 1316113ea3
commit 8700377384
3 changed files with 11 additions and 2 deletions

2
src/configure vendored
View File

@ -580,7 +580,7 @@ case "$host_os" in
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
linux*) os=linux ;; linux*) os=linux ;;
bsdi*) os=bsdi ;; bsdi*) os=bsdi ;;
freebsd*|netbsd*) os=bsd ;; freebsd*|netbsd|openbsd*) os=bsd ;;
dgux*) os=dgux;; dgux*) os=dgux;;
aix*) os=aix ;; aix*) os=aix ;;
nextstep*) os=nextstep;; nextstep*) os=nextstep;;

View File

@ -16,7 +16,7 @@ case "$host_os" in
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
linux*) os=linux ;; linux*) os=linux ;;
bsdi*) os=bsdi ;; bsdi*) os=bsdi ;;
freebsd*|netbsd*) os=bsd ;; freebsd*|netbsd|openbsd*) os=bsd ;;
dgux*) os=dgux;; dgux*) os=dgux;;
aix*) os=aix ;; aix*) os=aix ;;
nextstep*) os=nextstep;; nextstep*) os=nextstep;;

9
src/template/openbsd Normal file
View File

@ -0,0 +1,9 @@
AROPT:cq
SHARED_LIB:-fpic -DPIC
CFLAGS:-O2 -m486 -pipe
SRCH_INC:/usr/local/include
SRCH_LIB:/usr/local/lib
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:bison -y