Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc1db6
)
Add a comment in INSTALL regarding --disable-tls on older systems
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 10 Jul 2008 13:08:44 +0000
(09:08 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 10 Jul 2008 13:08:44 +0000
(09:08 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
INSTALL
patch
|
blob
|
history
diff --git
a/INSTALL
b/INSTALL
index
d410469
..
b5afd2f
100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-15,6
+15,11
@@
just follow the steps:
--enable-elf-shlibs. If you wish to build profiling libraries, add
the option --enable-profile.
+ Note that if you are building on an older system (i.e., a 2.4
+kernel and/or glibc 2.2), the use of thread local storage will probably
+cause programs that use the uuid library to core dump. To disable
+thread local storage, use the configure option --disable-tls.
+
4) Compile the programs
make