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:02:42 -07:00 committed by GitHub
parent abdd3a517a
commit 43a3ed24a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -142,8 +142,7 @@ sed -i /usr/src/freeswitch-$switch_version/modules.conf -e s:'endpoints/mod_vert
--with-openssl --enable-core-pgsql-support --with-openssl --enable-core-pgsql-support
# compile and install # compile and install
make -j $(getconf _NPROCESSORS_ONLN) 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