Skip to content

Commit 43a3ed2

Browse files
authored
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.
1 parent abdd3a5 commit 43a3ed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: debian/resources/switch/source-release.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ sed -i /usr/src/freeswitch-$switch_version/modules.conf -e s:'endpoints/mod_vert
142142
--with-openssl --enable-core-pgsql-support
143143

144144
# compile and install
145-
make -j $(getconf _NPROCESSORS_ONLN)
146-
make install
145+
make -j $(getconf _NPROCESSORS_ONLN) CFLAGS+=-Wno-error && make install
147146

148147
#return to the executing directory
149148
cd $CWD

0 commit comments

Comments
 (0)