Commit c71d1f97 authored by Marco Mariani's avatar Marco Mariani

use bzip2 from buildout (clamav)

parent cdba6018
......@@ -46,6 +46,7 @@ build:
$(CPPFLAGS) \
$(LDFLAGS) \
./configure --prefix=$(ZIMBRA_HOME)/clamav-$(CLAMAV_VERSION) --mandir=$(ZIMBRA_HOME)/clamav-$(CLAMAV_VERSION)/man \
--with-libbz2-prefix=$(BZIP2_PREFIX) \
--with-user=zimbra --with-group=zimbra --disable-zlib-vcheck --disable-gcc-vcheck --disable-clamav $(CONFIG_OPT); \
$(MAKE) $(MAKEARGS); $(MAKE) install)
-(cd $(ZIMBRA_HOME); ln -s clamav-$(CLAMAV_VERSION) clamav)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment