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