diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-23 10:06:13 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-23 10:06:13 +0200 |
commit | 8ae55025fe94f19eb4e172b63834b560ea4801ae (patch) | |
tree | fa865be081acc0afd71be0f0db0e37fcc18061ec /libre/clamav | |
parent | dae33c823b717626c7e9cef5f6edec5cb6f57a32 (diff) | |
download | abslibre-8ae55025fe94f19eb4e172b63834b560ea4801ae.tar.gz abslibre-8ae55025fe94f19eb4e172b63834b560ea4801ae.tar.bz2 abslibre-8ae55025fe94f19eb4e172b63834b560ea4801ae.zip |
clamav: rebuild for armv7h
Diffstat (limited to 'libre/clamav')
-rw-r--r-- | libre/clamav/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/clamav/PKGBUILD b/libre/clamav/PKGBUILD index 24114c4d5..7f3fb5166 100644 --- a/libre/clamav/PKGBUILD +++ b/libre/clamav/PKGBUILD @@ -59,12 +59,12 @@ mksource() { } prepare() { - if [ "$CARCH" = i686 -o "$CARCH" = x86_64 ]; then + #if [ "$CARCH" = i686 -o "$CARCH" = x86_64 ]; then cd "${srcdir}/${pkgname}-${pkgver}" patch -Np1 -i ../clamav-0.99.2-gcc-6.patch patch -Np1 -i ../make_it_compile_against_openssl_1_1_0.patch autoreconf -fi - fi + #fi } build() { |