diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index e979563..9e39d76 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -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