diff options
Diffstat (limited to 'main/unbound/APKBUILD')
-rw-r--r-- | main/unbound/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index 00639a8bb5..43ac363205 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -35,7 +35,10 @@ prepare() { build() { cd "$_builddir" - ./configure --prefix=/usr \ + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ --sysconfdir=/etc \ --with-pidfile=/var/run/unbound/unbound.pid \ --with-username=unbound \ |