diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-08-02 13:33:16 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-08-02 13:33:16 +0300 |
commit | e0fbb3fb419b93457aa26da671c3dc2a729c4853 (patch) | |
tree | 75995f5338f42c7b636ba5c815c7067c295e7d5a /main/gdnsd | |
parent | 98489f422cf7117532c21260f212b80754a92e41 (diff) | |
download | aports-e0fbb3fb419b93457aa26da671c3dc2a729c4853.tar.bz2 aports-e0fbb3fb419b93457aa26da671c3dc2a729c4853.tar.xz |
main/userspace-rcu, gdnsd: update ./configure parameters
Diffstat (limited to 'main/gdnsd')
-rw-r--r-- | main/gdnsd/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gdnsd/APKBUILD b/main/gdnsd/APKBUILD index 49ee35bcb6..9c6af37a2c 100644 --- a/main/gdnsd/APKBUILD +++ b/main/gdnsd/APKBUILD @@ -32,7 +32,10 @@ prepare() { build() { cd "$_builddir" - ./configure --prefix=/usr \ + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-fast-install \ |