diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-11 19:05:03 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-11 19:05:03 -0500 |
commit | def36fa41702d79b75cb41c03b495a45ab8bd307 (patch) | |
tree | 3f64280a8350cc6422db28f32b8632b104a0f10d | |
parent | 1c0692759c96bd60a0430f6d23fba34e201177bc (diff) |
Add chost in build of ypbind-mt
-rw-r--r-- | extra/ypbind-mt/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD index 49a073967..3ec53a072 100644 --- a/extra/ypbind-mt/PKGBUILD +++ b/extra/ypbind-mt/PKGBUILD @@ -27,6 +27,7 @@ build() { ./configure \ --prefix=/usr \ --enable-dbus-nm \ + --build=$CHOST \ make } |