From 6faebde93b71d98643a65c9bc73e82f5ae748904 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 4 Aug 2010 07:13:12 -0600 Subject: [PATCH] and one more --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' | -- 2.47.2