- Fix breakage (depended on 8.3.7, should chase version number
automatically). Reported by: miwi
This commit is contained in:
parent
029b61fd27
commit
6bb620a5ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246499
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
# PGSQL MUST POINT TO pgsql SOURCE DIRECTORY
|
||||
-PGSQL=../../../../postgres/pgsql
|
||||
+PGSQL=../../../postgresql83-client/work/postgresql-8.3.7
|
||||
+PGSQL=../../../postgresql83-client/work/postgresql-8.3.9
|
||||
|
||||
CRC_SRC=${PGSQL}/src/backend/utils/hash
|
||||
CRC_INCLUDE=${PGSQL}/src
|
||||
|
|
Loading…
Reference in a new issue