~ubuntu-branches/ubuntu/utopic/clamav/utopic-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-03-07 15:18:32 UTC
  • Revision ID: package-import@ubuntu.com-20140307151832-a2moislt620q3ggg
Tags: 0.98.1+dfsg-2ubuntu2
Build without LLVM support on ppc64el to fix test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  endif
40
40
endif
41
41
 
 
42
ifeq ($(DEB_HOST_ARCH),ppc64el)
 
43
  export enable_llvm=no
 
44
endif
 
45
 
42
46
config.status: configure
43
47
        dh_testdir
44
48
        egrep '^#[[:alpha:]]' etc/clamd.conf | sed -e 's/^#//' | awk '{print $$1}' | while read opt; do \