summaryrefslogtreecommitdiff
path: root/extra/ossp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ossp/PKGBUILD')
-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
}