From d8ed8835931109383df1f1b4bd0018774f0aaf2c Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Mon, 2 Dec 2013 13:49:55 +0100 Subject: [PATCH] cryptsetup: fix linked libs --- cryptsetup/Pkgfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index 56b666c60..05390f8a6 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -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