summaryrefslogtreecommitdiffstats
path: root/system/freeswitch/freeswitch.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/freeswitch/freeswitch.SlackBuild')
-rw-r--r--system/freeswitch/freeswitch.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/freeswitch/freeswitch.SlackBuild b/system/freeswitch/freeswitch.SlackBuild
index 753ed708ad..c195e86329 100644
--- a/system/freeswitch/freeswitch.SlackBuild
+++ b/system/freeswitch/freeswitch.SlackBuild
@@ -120,8 +120,8 @@ if [ "$PYTHON" == "yes" ]; then
sed -i 's:#\(languages/mod_python\):\1:' modules.conf
fi
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -Wno-error" \
+CXXFLAGS="$SLKCFLAGS -Wno-error" \
./configure \
--prefix=/opt/freeswitch \
--exec-prefix=/opt/freeswitch \