diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-11-18 00:45:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-11-18 00:45:00 +0000 |
commit | bbdf99288aa693ba22a4256eb225187027f1fee5 (patch) | |
tree | 9426e2df11d0a84b7ab4fbd28c4562d9251950cb /packages/clamav | |
parent | 73c0be6148f1ccfae4a9eb53265a74090d6f68aa (diff) |
packages: Remove various hardcoded staging layout assumptions
Diffstat (limited to 'packages/clamav')
-rw-r--r-- | packages/clamav/clamav.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/clamav/clamav.inc b/packages/clamav/clamav.inc index 6bdd36c7d2..49b8023a53 100644 --- a/packages/clamav/clamav.inc +++ b/packages/clamav/clamav.inc @@ -33,7 +33,7 @@ inherit autotools update-rc.d binconfig # Don't check for clamav uid/gid - they don't exist on the host # Put virus definitions in /var/lib not /usr/lib EXTRA_OECONF = "--disable-clamav \ - --with-zlib=${STAGING_DIR}/${HOST_SYS} \ + --with-zlib=${STAGING_DIR_HOST}${layout_prefix} \ --with-libcurl \ --with-dbdir=${localstatedir}/lib/clamav" |