don't pick up bcg729 if present, it breaks build of the internal copy of pjproject
(other codecs are already disabled in the pjproject build, it's only used for sip signalling - asterisk has its own codec stack, this doesn't affect use of the asterisk-g729 package).
This commit is contained in:
parent
dba14465bc
commit
98a2c2b056
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.270 2018/01/14 13:11:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.271 2018/01/15 11:45:04 sthen Exp $
|
||||
|
||||
BROKEN-aarch64= linker problems with BlocksRuntime that only show up at runtime
|
||||
|
||||
@ -105,6 +105,7 @@ MAKE_FLAGS+= ASTCFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS+= --localstatedir=/var \
|
||||
--with-download-cache=${FULLDISTDIR} \
|
||||
--with-pjproject-bundled
|
||||
CONFIGURE_ENV+= PJPROJECT_CONFIGURE_OPTS="--disable-bcg729"
|
||||
|
||||
CONFIGURE_ARGS+= --with-asound=no \
|
||||
--with-cap=no \
|
||||
|
Loading…
x
Reference in New Issue
Block a user