]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10471: [build] fix build error on debian 9 with --enable-zrtp
authorMike Jerris <mike@jerris.com>
Wed, 5 Jul 2017 17:17:24 +0000 (12:17 -0500)
committerMike Jerris <mike@jerris.com>
Wed, 5 Jul 2017 17:17:24 +0000 (12:17 -0500)
libs/libzrtp/third_party/bnlib/configure.ac

index a51e304359665d0857c3f7089d8164d5f03a6862..67dc10f86afd702c37b7a3a1e8f04139ae16bf41 100644 (file)
@@ -99,6 +99,9 @@ else
   GCCMAGIC1=-c
   GCCMAGIC2=
 fi
+#  newer gcc on debian 9 doesn't support this, and we don't need it here as its an embedded lib so we will disable this explicitly
+GCCMAGIC1=-c
+GCCMAGIC2=
 AC_SUBST(GCCMAGIC1)
 AC_SUBST(GCCMAGIC2)