diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-05 13:56:05 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-05 13:56:05 -0300 |
commit | 932031ec841dccbd40ce373d464391f579a11a42 (patch) | |
tree | a5a755bfab09ba1294ab8509e291114c59cea9df /extra/ossp/PKGBUILD | |
parent | d0935a44b796971ae461176a8c32c881046c1221 (diff) | |
parent | 261bb7327f6a4fef24494be9d8647ce8c1260e4c (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'extra/ossp/PKGBUILD')
-rw-r--r-- | extra/ossp/PKGBUILD | 2 |
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 } |