Whamcloud - gitweb
debian: build the e2fsck-static package so it works on 2.4 kernels
authorTheodore Ts'o <tytso@mit.edu>
Mon, 31 Dec 2007 22:17:39 +0000 (17:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 03:35:18 +0000 (22:35 -0500)
commita827a2a3a77bdb18afc6efa136dbc04832b71e08
tree3feba9fbeaa94f0e980d8375d5dd65c3c61a78b7
parent9320c6ffcdaa1ce236a462468fd7fa16bfca798e
debian: build the e2fsck-static package so it works on 2.4 kernels

Some people are still running ancient Debian distributions, such as
woody, with a 2.4 kernel, and they want to be able to use the
e2fsck-static package on backlevel systems.

It turns out that we can't just statically link against glibc anymore,
since glibc now uses thread-local storage everywhere.  So we now build
e2fsck-static using dietlibc.

Addresses-Debian-Bug: #458017

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/control
debian/rules