diff options
Diffstat (limited to 'main/randrproto/APKBUILD')
-rw-r--r-- | main/randrproto/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/randrproto/APKBUILD b/main/randrproto/APKBUILD index 93ee41d3d..dd1965f0a 100644 --- a/main/randrproto/APKBUILD +++ b/main/randrproto/APKBUILD @@ -12,7 +12,11 @@ source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.t build () { cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr || return 1 + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + || return 1 make || return 1 } |