diff options
Diffstat (limited to 'community/apcupsd/PKGBUILD')
-rw-r--r-- | community/apcupsd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/apcupsd/PKGBUILD b/community/apcupsd/PKGBUILD index 6a2070b14..229aae5b7 100644 --- a/community/apcupsd/PKGBUILD +++ b/community/apcupsd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=apcupsd pkgver=3.14.10 pkgrel=2 pkgdesc="power mangement and controlling most of APC's UPS models" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.apcupsd.org" license=('GPL') depends=('gcc-libs') @@ -25,7 +25,7 @@ md5sums=('5928822d855c5cf7ac29655e3e0b8c23' build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \ + ./configure --prefix=/usr --build=$CHOST --libexecdir=/usr/lib/$pkgname \ --enable-cgi --enable-usb --enable-net \ --with-upstype=usb --with-upscable=usb \ --with-serial-dev=/dev/usb/hid/hiddev[0-9] \ |