From: Amos Jeffries Date: Wed, 4 Aug 2010 13:13:12 +0000 (-0600) Subject: and one more X-Git-Tag: take1~420 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6faebde93b71d98643a65c9bc73e82f5ae748904;p=thirdparty%2Fsquid.git and one more --- diff --git a/bootstrap.sh b/bootstrap.sh index 22177bd09e..7bc780d503 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -116,7 +116,7 @@ bootstrap_libtoolize() { # Libtool 2.2.6b we bundle is slightly broken with non-portable dependencies # HACK: Make it backward-compatible by linking the bundled headers. - for f in ltdl.h libltdl/lt_error.h libltdl/lt_system.h libltdl/lt_dlloader.h; do + for f in ltdl.h libltdl/lt_error.h libltdl/lt_system.h libltdl/lt_dlloader.h libltdl/slist.h; do echo "Fixing $f ..." sed 's//\"libltdl\/lt_system.h\"/g' $src/$fh | sed 's//\"libltdl\/lt__glibc.h\"/g' |