diff options
Diffstat (limited to 'extra/ossp/PKGBUILD')
-rw-r--r-- | extra/ossp/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/ossp/PKGBUILD b/extra/ossp/PKGBUILD index 5a29e8eb7..28f73b367 100644 --- a/extra/ossp/PKGBUILD +++ b/extra/ossp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ossp pkgver=1.3.2 pkgrel=14 pkgdesc="Emulate OSS device using CUSE" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://sourceforge.net/projects/osspd" license=(GPL2) depends=('fuse>=2.8.0') @@ -25,6 +25,8 @@ md5sums=('ee2d8c894de2fa4eb3291804fbc7df45' build() { cd "$srcdir/$pkgname-$pkgver" + # Many implicit libraries. + export LDFLAGS="$LDFLAGS -lrt -lpthread" make } |