changeset 653:0071f3c72d4c

Vladimir Dronnikov pointed out that building e2fsprogs under uClibc would need --disable-tls.
author Rob Landley <rob@landley.net>
date Thu, 26 Mar 2009 04:37:56 -0500
parents dd462f3f876e
children fa2498e3b3c9
files host-tools.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host-tools.sh	Wed Mar 25 06:57:57 2009 -0500
+++ b/host-tools.sh	Thu Mar 26 04:37:56 2009 -0500
@@ -177,7 +177,7 @@
 if [ ! -f "${HOSTTOOLS}"/mke2fs ]
 then
   setupfor e2fsprogs &&
-  ./configure &&
+  ./configure --disable-tls --enable-htree &&
   make -j "$CPUS" &&
   cp misc/{mke2fs,tune2fs} resize/resize2fs "${HOSTTOOLS}" &&
   cp e2fsck/e2fsck "$HOSTTOOLS"/fsck.ext2 &&