summaryrefslogtreecommitdiff
path: root/community/apcupsd
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-08-03 11:57:07 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-08-03 11:57:07 -0500
commitb47bb56d61192e2a44a29af464aa859bb2077980 (patch)
treea5c3737ce3768e311b987ed2c6f9728b25e6d302 /community/apcupsd
parentf3f72f13c82df73ec482c4d5124645619ab1ed01 (diff)
Add chost in build of apcupsd
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 d7f6516bd..229aae5b7 100644
--- a/community/apcupsd/PKGBUILD
+++ b/community/apcupsd/PKGBUILD
@@ -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] \