diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-01-20 03:11:11 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-20 03:11:11 +0000 |
commit | 8700377384b42ce1d3aeba82fcf6d73a7ff880bb (patch) | |
tree | ada87a5cee88fd0b5421ebb92e838c8b53c9cff3 /src | |
parent | 1316113ea366315961c214282fb7f5e6cc94affa (diff) | |
download | postgresql-8700377384b42ce1d3aeba82fcf6d73a7ff880bb.tar.gz postgresql-8700377384b42ce1d3aeba82fcf6d73a7ff880bb.zip |
Start an openbsd port
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 2 | ||||
-rw-r--r-- | src/configure.in | 2 | ||||
-rw-r--r-- | src/template/openbsd | 9 |
3 files changed, 11 insertions, 2 deletions
diff --git a/src/configure b/src/configure index e1d9c30104f..f4fd35a1141 100755 --- a/src/configure +++ b/src/configure @@ -580,7 +580,7 @@ case "$host_os" in sunos*) os=sunos4 ;; linux*) os=linux ;; bsdi*) os=bsdi ;; - freebsd*|netbsd*) os=bsd ;; + freebsd*|netbsd|openbsd*) os=bsd ;; dgux*) os=dgux;; aix*) os=aix ;; nextstep*) os=nextstep;; diff --git a/src/configure.in b/src/configure.in index f62b6982679..df67ed72315 100644 --- a/src/configure.in +++ b/src/configure.in @@ -16,7 +16,7 @@ case "$host_os" in sunos*) os=sunos4 ;; linux*) os=linux ;; bsdi*) os=bsdi ;; - freebsd*|netbsd*) os=bsd ;; + freebsd*|netbsd|openbsd*) os=bsd ;; dgux*) os=dgux;; aix*) os=aix ;; nextstep*) os=nextstep;; diff --git a/src/template/openbsd b/src/template/openbsd new file mode 100644 index 00000000000..4e142054227 --- /dev/null +++ b/src/template/openbsd @@ -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 |