Prevent a compile error for mod_pgsql
This change prevents errors. So far testing shows PostgreSQL for what we are using it for still works.
This commit is contained in:
parent
43a3ed24a3
commit
6e29dd769e
|
|
@ -109,8 +109,7 @@ sed -i /usr/src/freeswitch-$switch_version/modules.conf -e s:'applications/mod_a
|
||||||
--with-openssl --enable-core-pgsql-support
|
--with-openssl --enable-core-pgsql-support
|
||||||
|
|
||||||
# compile and install
|
# compile and install
|
||||||
make
|
make -j $(getconf _NPROCESSORS_ONLN) CFLAGS+=-Wno-error && make install
|
||||||
make install
|
|
||||||
|
|
||||||
#return to the executing directory
|
#return to the executing directory
|
||||||
cd $CWD
|
cd $CWD
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue