Skip to content

Commit bcc7842

Browse files
committed
Pull curl and pcre out of bootstrap
We check whether the dir is there before trying to bootstrap, so it didn't do any harm, but they shouldn't be there.
1 parent bf611fc commit bcc7842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ VERBOSE=false
99
BASEDIR=`pwd`;
1010
LIBDIR=${BASEDIR}/libs;
1111
SUBDIRS="apr \
12-
libzrtp ilbc curl iksemel js js/nsprpub ldns libdingaling libedit libsndfile pcre sofia-sip \
12+
libzrtp ilbc iksemel js js/nsprpub ldns libdingaling libedit libsndfile sofia-sip \
1313
speex sqlite srtp openzap freetdm spandsp libg722_1 portaudio unimrcp tiff-4.0.2 broadvoice silk libcodec2 \
1414
fs";
1515

0 commit comments

Comments
 (0)