summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-12-31 17:17:39 -0500
committerTheodore Ts'o <tytso@mit.edu>2007-12-31 22:35:18 -0500
commita827a2a3a77bdb18afc6efa136dbc04832b71e08 (patch)
tree3feba9fbeaa94f0e980d8375d5dd65c3c61a78b7 /debian/control
parent9320c6ffcdaa1ce236a462468fd7fa16bfca798e (diff)
downloade2fsprogs-a827a2a3a77bdb18afc6efa136dbc04832b71e08.tar.gz
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>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 55f7e590..c41c829a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: e2fsprogs
Section: admin
Priority: required
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-Build-Depends: texi2html (>= 1.76), gettext, texinfo, dc, libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libdevmapper-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], debhelper (>= 4)
+Build-Depends: texi2html (>= 1.76), gettext, texinfo, dc, dietlibc-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libdevmapper-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], debhelper (>= 4)
Standards-Version: 3.7.3.0
Package: e2fsck-static