forked from Mirrors/freeswitch
FS-3110 --comment-only phase 1 to replace udns with ldns in mod_enum may need to rerun bootstrap
This commit is contained in:
parent
1773b890eb
commit
eec9d939a8
|
@ -15,7 +15,7 @@ done
|
|||
|
||||
BASEDIR=`pwd`;
|
||||
LIBDIR=${BASEDIR}/libs;
|
||||
SUBDIRS="ilbc curl iksemel js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \
|
||||
SUBDIRS="ilbc curl iksemel js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip ldns \
|
||||
speex sqlite srtp openzap freetdm spandsp libg722_1 portaudio unimrcp tiff-3.8.2 broadvoice silk libcodec2";
|
||||
|
||||
if [ ! -f modules.conf ]; then
|
||||
|
|
|
@ -1024,6 +1024,7 @@ AC_CONFIG_SUBDIRS([libs/broadvoice])
|
|||
AC_CONFIG_SUBDIRS([libs/libg722_1])
|
||||
AC_CONFIG_SUBDIRS([libs/silk])
|
||||
AC_CONFIG_SUBDIRS([libs/libcodec2])
|
||||
AC_CONFIG_SUBDIRS([libs/ldns])
|
||||
|
||||
case $host in
|
||||
*-openbsd*)
|
||||
|
|
Loading…
Reference in New Issue