]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
and one more
authorAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 4 Aug 2010 13:13:12 +0000 (07:13 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 4 Aug 2010 13:13:12 +0000 (07:13 -0600)
bootstrap.sh

index 22177bd09e7a1cb782a4e91fd146b01ba756a8c1..7bc780d503105d171d44641c9449db2e39af054d 100755 (executable)
@@ -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>/\"libltdl\/lt_system.h\"/g' $src/$fh |
                 sed 's/<libltdl\/lt__glibc.h>/\"libltdl\/lt__glibc.h\"/g' |