mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
please stop removing libs/ldns/install-sh if you can't make it actually work on all platforms. This is the second time I have had to erevert this
This commit is contained in:
24
bootstrap.sh
24
bootstrap.sh
@@ -436,24 +436,6 @@ bootstrap_fs() {
|
||||
rm -rf autom4te*.cache
|
||||
}
|
||||
|
||||
bootstrap_libs_pre() {
|
||||
case "$1" in
|
||||
*) return 0;;
|
||||
esac
|
||||
}
|
||||
|
||||
bootstrap_libs_post() {
|
||||
case "$1" in
|
||||
ldns)
|
||||
cd $BASEDIR/libs/ldns
|
||||
if test ! -x install-sh; then
|
||||
ex automake --add-missing --copy
|
||||
ex rm -rf autom4te*.cache
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
bootstrap_libs() {
|
||||
for i in ${SUBDIRS}; do
|
||||
case "$i" in
|
||||
@@ -463,12 +445,6 @@ bootstrap_libs() {
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
bootstrap_libs_pre ${i}
|
||||
if ! ${BGJOB}; then
|
||||
libbootstrap ${i} ; bootstrap_libs_post ${i}
|
||||
else
|
||||
((libbootstrap ${i} ; bootstrap_libs_post ${i}) &)
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user