2 Dec
2013
2 Dec
'13
12:49 p.m.
commit c30e383ccbc1374758682b5b85b96578cda9c453 Author: Thomas Penteker <tek@serverop.de> Date: Mon Dec 2 13:49:55 2013 +0100 cryptsetup: fix linked libs diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index 56b666c..05390f8 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