Skip to content

Commit

Permalink
Prevent a compile error for mod_pgsql
Browse files Browse the repository at this point in the history
This change prevents errors. So far testing shows PostgreSQL for what we are using it for still works.
  • Loading branch information
markjcrane authored Nov 18, 2024
1 parent abdd3a5 commit 43a3ed2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/resources/switch/source-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 43a3ed2

Please sign in to comment.