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:
FusionPBX 2024-11-18 12:03:57 -07:00 committed by GitHub
parent 43a3ed24a3
commit 6e29dd769e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ sed -i /usr/src/freeswitch-$switch_version/modules.conf -e s:'applications/mod_a
--with-openssl --enable-core-pgsql-support
# compile and install
make
make install
make -j $(getconf _NPROCESSORS_ONLN) CFLAGS+=-Wno-error && make install
#return to the executing directory
cd $CWD