diff options
Diffstat (limited to 'extra/seahorse/PKGBUILD')
-rw-r--r-- | extra/seahorse/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/seahorse/PKGBUILD b/extra/seahorse/PKGBUILD index 924f58be1..35c91110d 100644 --- a/extra/seahorse/PKGBUILD +++ b/extra/seahorse/PKGBUILD @@ -7,7 +7,7 @@ pkgname=seahorse pkgver=3.10.2 pkgrel=1 pkgdesc="GNOME application for managing PGP keys." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=(GPL) url="http://projects.gnome.org/seahorse/" depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils hicolor-icon-theme dconf) @@ -24,6 +24,7 @@ sha256sums=('89cabf19f77a55f220bc61a3b97e4db845a0980f0f1d9c66147cc9a4ced8cd16' build() { cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ --enable-ldap --enable-hkp \ |