summaryrefslogtreecommitdiff
path: root/community/apcupsd
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-21 17:49:18 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-21 17:49:18 -0500
commitc25ed1401d3fa3dd6827c33bc11b660dcd425f23 (patch)
treec9803ac1b09f066db7d58da9ba9ac148f42e1965 /community/apcupsd
parent938349983211e9fe66494a51384d32c44e4d1ffd (diff)
Add chost in builds
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] \