]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Pull curl and pcre out of bootstrap
authorTravis Cross <tc@traviscross.com>
Thu, 20 Mar 2014 15:55:42 +0000 (15:55 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 20 Mar 2014 15:55:42 +0000 (15:55 +0000)
We check whether the dir is there before trying to bootstrap, so it
didn't do any harm, but they shouldn't be there.

bootstrap.sh

index ded4e85ba36144d5e88589dabc528af540a4e66e..02bd032659df293c3f0b245b67e67f0bbe2b12c0 100755 (executable)
@@ -9,7 +9,7 @@ VERBOSE=false
 BASEDIR=`pwd`;
 LIBDIR=${BASEDIR}/libs;
 SUBDIRS="apr \
-  libzrtp ilbc curl iksemel js js/nsprpub ldns libdingaling libedit libsndfile pcre sofia-sip \
+  libzrtp ilbc iksemel js js/nsprpub ldns libdingaling libedit libsndfile sofia-sip \
   speex sqlite srtp openzap freetdm spandsp libg722_1 portaudio unimrcp tiff-4.0.2 broadvoice silk libcodec2 \
   fs";