diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-11 14:50:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-11 14:50:47 +0000 |
commit | eeee3a2b2d7d73e530bd6d81d682a50c5c543211 (patch) | |
tree | 0f6f8ec3d29210120ccfa82483f0579477b9c158 /main/libdc1394/APKBUILD | |
parent | 990263890fa36b9abe5bf0b9d054b9cf7eef3d3d (diff) | |
download | aports-eeee3a2b2d7d73e530bd6d81d682a50c5c543211.tar.bz2 aports-eeee3a2b2d7d73e530bd6d81d682a50c5c543211.tar.xz |
main/libdc1394: link directly to -lpthread
Diffstat (limited to 'main/libdc1394/APKBUILD')
-rw-r--r-- | main/libdc1394/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libdc1394/APKBUILD b/main/libdc1394/APKBUILD index a05e44e343..7e0cd3bd35 100644 --- a/main/libdc1394/APKBUILD +++ b/main/libdc1394/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libdc1394 pkgver=2.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="High level programming interface to control IEEE 1394 based cameras" url="http://damien.douxchamps.net/ieee1394/libdc1394/" arch="all" @@ -28,6 +28,7 @@ prepare() { build() { cd "$_builddir" + LIBS="-lpthread" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |