mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
Fix build: configure postgres in vendor/postgres directory for postgres_ffi
This commit is contained in:
committed by
Heikki Linnakangas
parent
b451ede199
commit
c5d56ffe22
@@ -31,3 +31,9 @@ export DESTDIR=$REPO_ROOT/tmp_install
|
||||
|
||||
echo "Installing postgres to $DESTDIR"
|
||||
make install -s
|
||||
|
||||
#Configure postgres in src directory. We need it for postgres_ffi build
|
||||
echo "Configuring postgres build in place"
|
||||
cd ../../vendor/postgres/
|
||||
./configure CFLAGS='-O0' --enable-debug --enable-cassert \
|
||||
--enable-depend --with-libxml --prefix=/ > configure.log
|
||||
Reference in New Issue
Block a user