Fix amd64 build due to -lpthread ordering problem

Addresses Debian Bug: #393680

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2006-10-21 21:46:47 -04:00
parent b290d2dc35
commit e10521444d
3 changed files with 6396 additions and 3859 deletions

View File

@ -1,3 +1,8 @@
2006-10-21 Theodore Tso <tytso@mit.edu>
* configure, configure.in: Fix -lpthread ordering so that it
doesn't break on amd64. (Addresses Debian bug: #393680)
2006-10-01 Theodore Tso <tytso@mit.edu>
* configure, configure.in: Include -lpthread if building with

10246
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -496,8 +496,8 @@ else
DEVMAPPER_REQ='libselinux libsepol'
DEVMAPPER_PC_LIBS='-ldevmapper'
DEVMAPPER_LIBS='-lpthread -ldevmapper -lselinux -lsepol'
STATIC_DEVMAPPER_LIBS='-lpthread /usr/lib/libdevmapper.a /usr/lib/libselinux.a /usr/lib/libsepol.a'
DEVMAPPER_LIBS='-ldevmapper -lselinux -lsepol -lpthread'
STATIC_DEVMAPPER_LIBS='/usr/lib/libdevmapper.a /usr/lib/libselinux.a /usr/lib/libsepol.a -lpthread'
fi]
,