Skip to content

Commit

Permalink
postgres path location
Browse files Browse the repository at this point in the history
  • Loading branch information
seryakov committed Jun 30, 2004
1 parent 5c6acdb commit b7956f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
# PostgreSQL Database Driver for AOLserver
#

POSTGRES=LSB
POSTGRES=/usr/local/pgsql
ifneq ( $(shell [ -f $(POSTGRES)/include/libpq-fe.h ] && echo ok), ok)
POSTGRES = LSB
endif

ifdef INST
NSHOME ?= $(INST)
Expand All @@ -45,7 +48,7 @@ else
else
NSHOME=/usr/local/aolserver
ifneq ( $(shell [ -f $(NSHOME)/include/Makefile.module ] && echo ok), ok)
NSHOME ?= ../aolserver
NSHOME = ../aolserver
endif
endif
endif
Expand Down

0 comments on commit b7956f2

Please sign in to comment.