mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-23 19:45:35 +00:00
FS-10471: [build] fix build error on debian 9 with --enable-zrtp
This commit is contained in:
parent
07d4d093b0
commit
3f66eb6cbf
3
libs/libzrtp/third_party/bnlib/configure.ac
vendored
3
libs/libzrtp/third_party/bnlib/configure.ac
vendored
@ -99,6 +99,9 @@ else
|
|||||||
GCCMAGIC1=-c
|
GCCMAGIC1=-c
|
||||||
GCCMAGIC2=
|
GCCMAGIC2=
|
||||||
fi
|
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(GCCMAGIC1)
|
||||||
AC_SUBST(GCCMAGIC2)
|
AC_SUBST(GCCMAGIC2)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user