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
abdd3a517a
commit
43a3ed24a3
|
|
@ -142,8 +142,7 @@ sed -i /usr/src/freeswitch-$switch_version/modules.conf -e s:'endpoints/mod_vert
|
|||
--with-openssl --enable-core-pgsql-support
|
||||
|
||||
# compile and install
|
||||
make -j $(getconf _NPROCESSORS_ONLN)
|
||||
make install
|
||||
make -j $(getconf _NPROCESSORS_ONLN) CFLAGS+=-Wno-error && make install
|
||||
|
||||
#return to the executing directory
|
||||
cd $CWD
|
||||
|
|
|
|||
Loading…
Reference in New Issue