diff options
Diffstat (limited to 'main/gdl/APKBUILD')
-rw-r--r-- | main/gdl/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gdl/APKBUILD b/main/gdl/APKBUILD index fb03c64c4a..415b5f911d 100644 --- a/main/gdl/APKBUILD +++ b/main/gdl/APKBUILD @@ -12,7 +12,10 @@ source="http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$p build() { cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr \ + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ |