summaryrefslogtreecommitdiff
path: root/community/apcupsd
diff options
context:
space:
mode:
Diffstat (limited to 'community/apcupsd')
-rw-r--r--community/apcupsd/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/apcupsd/PKGBUILD b/community/apcupsd/PKGBUILD
index 1cec8981d..48ac0bbe0 100644
--- a/community/apcupsd/PKGBUILD
+++ b/community/apcupsd/PKGBUILD
@@ -23,7 +23,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] \