cryptsetup: fix linked libs

This commit is contained in:
Thomas Penteker 2013-12-02 13:49:55 +01:00 committed by Fredrik Rinnestam
parent 3f25692387
commit d8ed883593

View File

@ -12,11 +12,11 @@ source=(http://$name.googlecode.com/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--enable-static-cryptsetup
LIBS="-lpthread" ./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--enable-static-cryptsetup
make
make DESTDIR=$PKG install