summaryrefslogtreecommitdiffstats
path: root/main/libnetfilter_cthelper/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libnetfilter_cthelper/APKBUILD')
-rw-r--r--main/libnetfilter_cthelper/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/libnetfilter_cthelper/APKBUILD b/main/libnetfilter_cthelper/APKBUILD
index aee2921c4..50c4533df 100644
--- a/main/libnetfilter_cthelper/APKBUILD
+++ b/main/libnetfilter_cthelper/APKBUILD
@@ -25,7 +25,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \