aboutsummaryrefslogtreecommitdiffstats
path: root/community/dnstracer/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dnstracer/APKBUILD')
-rw-r--r--community/dnstracer/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dnstracer/APKBUILD b/community/dnstracer/APKBUILD
index ce86b9395a6..0a889f41eff 100644
--- a/community/dnstracer/APKBUILD
+++ b/community/dnstracer/APKBUILD
@@ -20,7 +20,7 @@ build() {
cd "$builddir"
./configure \
--prefix=/usr \
- --enable-ipv6
+ --enable-ipv6
make || return 1
}