diff options
Diffstat (limited to 'extra')
-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 } |