summaryrefslogtreecommitdiff
path: root/extra/ossp
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-05 15:56:14 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-05 15:56:14 +0200
commitd189e847ff97e93c2b4b249ddc0d4e9f2cb8e84b (patch)
treefd7d3f4c4c2530637b66fa5582472caf832518f9 /extra/ossp
parent64c49aaead7b39bf371f20dfa5df8562f89eed4f (diff)
Fix ossp build.
Diffstat (limited to 'extra/ossp')
-rw-r--r--extra/ossp/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/ossp/PKGBUILD b/extra/ossp/PKGBUILD
index 3bca792c3..28f73b367 100644
--- a/extra/ossp/PKGBUILD
+++ b/extra/ossp/PKGBUILD
@@ -25,6 +25,8 @@ md5sums=('ee2d8c894de2fa4eb3291804fbc7df45'
build() {
cd "$srcdir/$pkgname-$pkgver"
+ # Many implicit libraries.
+ export LDFLAGS="$LDFLAGS -lrt -lpthread"
make
}