diff options
author | Thomas Penteker <tek@serverop.de> | 2013-12-02 13:49:55 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2013-12-02 13:49:55 +0100 |
commit | c30e383ccbc1374758682b5b85b96578cda9c453 (patch) | |
tree | 1d3a45a9218b8340f1699155533472650546da90 /cryptsetup | |
parent | a700a36ecff21e18b85e8064623f288abe0f7f7e (diff) | |
download | opt-c30e383ccbc1374758682b5b85b96578cda9c453.tar.gz opt-c30e383ccbc1374758682b5b85b96578cda9c453.tar.xz |
cryptsetup: fix linked libs
Diffstat (limited to 'cryptsetup')
-rw-r--r-- | cryptsetup/Pkgfile | 10 |
1 files 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 |