aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2006-10-01 22:18:08 -0400
committerTheodore Ts'o <tytso@mit.edu>2006-10-01 22:18:08 -0400
commitcce2f497e07e426887a693744eaad8394d1b993a (patch)
tree622fa48ab07ace332cf528f215183a66b483890e /configure
parentfa2d516fb353d3dba3a6b0dad309d8ea76a2e15c (diff)
downloade2fsprogs-cce2f497e07e426887a693744eaad8394d1b993a.tar.gz
Fix Debian FTBFS problem caused by devmapper library using pthreads
Addresses Debian bug: #388718 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index bab6c731..8197c1b6 100755
--- a/configure
+++ b/configure
@@ -3469,8 +3469,8 @@ _ACEOF
DEVMAPPER_REQ='libselinux libsepol'
DEVMAPPER_PC_LIBS='-ldevmapper'
- DEVMAPPER_LIBS='-ldevmapper -lselinux -lsepol'
- STATIC_DEVMAPPER_LIBS='/usr/lib/libdevmapper.a /usr/lib/libselinux.a /usr/lib/libsepol.a'
+ DEVMAPPER_LIBS='-lpthread -ldevmapper -lselinux -lsepol'
+ STATIC_DEVMAPPER_LIBS='-lpthread /usr/lib/libdevmapper.a /usr/lib/libselinux.a /usr/lib/libsepol.a'
fi