mirror of
https://github.com/danog/postgres.git
synced 2024-11-26 20:15:02 +01:00
Forgot raphf dependency
This commit is contained in:
parent
caf829a48c
commit
d01657c7a8
@ -17,6 +17,14 @@ services:
|
||||
- postgresql
|
||||
|
||||
install:
|
||||
- git clone https://github.com/m6w6/ext-raphf;
|
||||
pushd ext-pq;
|
||||
phpize;
|
||||
./configure;
|
||||
make;
|
||||
make install;
|
||||
popd;
|
||||
echo "extension=raphf.so" >> "$(php -r 'echo php_ini_loaded_file();')";
|
||||
- git clone https://github.com/m6w6/ext-pq;
|
||||
pushd ext-pq;
|
||||
phpize;
|
||||
|
Loading…
Reference in New Issue
Block a user