aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-11 12:20:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-11 12:20:17 +0000
commit1ac22eea9baee1a5ebed55d28a10703eecef8387 (patch)
treedbd241639c12722ed3043e94a313f91f59d4f47a
parent08b046419f188e8aa12881639ec02a22b40fde64 (diff)
downloadalpine_aports-1ac22eea9baee1a5ebed55d28a10703eecef8387.tar.bz2
alpine_aports-1ac22eea9baee1a5ebed55d28a10703eecef8387.tar.xz
alpine_aports-1ac22eea9baee1a5ebed55d28a10703eecef8387.zip
main/clamav: build fix
we were supposed to disable llvm
-rw-r--r--main/clamav/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/clamav/APKBUILD b/main/clamav/APKBUILD
index 549cc07ba2..a5f23da666 100644
--- a/main/clamav/APKBUILD
+++ b/main/clamav/APKBUILD
@@ -30,7 +30,7 @@ build() {
30 --sysconfdir=/etc/clamav \ 30 --sysconfdir=/etc/clamav \
31 --mandir=/usr/share/man \ 31 --mandir=/usr/share/man \
32 --infodir=/usr/share/info \ 32 --infodir=/usr/share/info \
33 --enable-llvm \ 33 --disable-llvm \
34 --without-iconv 34 --without-iconv
35 make || return 1 35 make || return 1
36 make DESTDIR="$pkgdir" install 36 make DESTDIR="$pkgdir" install