Ignore:
Timestamp:
10/08/18 16:03:11 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
8ac1bcd
Parents:
2bbc214
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/mailserver/clamav/clamav.SlackBuild

    r2bbc214 r8b3c2d2  
    44#DEP:bzip2
    55#DEP:zlib
     6##DEP:llvm
     7
    68
    79CWD=`pwd`;
     
    1315
    1416#clamav
    15 VERSION=0.99.2
     17VERSION=0.100.2
    1618AV=clamav-$VERSION
    1719tar -xzf $AV.tar.gz  || exit 1
    1820cd $AV  || exit 1
    19 ./configure --enable-check --enable-llvm --with-user=amavis --with-group=avamis --disable-clamav --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1
     21./configure --enable-check --enable-llvm --with-user=amavis --with-group=avamis --disable-clamav --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-system-llvm=no || exit 1
    2022make   || exit 1
    2123export HOME=/root
Note: See TracChangeset for help on using the changeset viewer.