From bbdf99288aa693ba22a4256eb225187027f1fee5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 18 Nov 2007 00:45:00 +0000 Subject: packages: Remove various hardcoded staging layout assumptions --- packages/clamav/clamav.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/clamav') 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" -- cgit 1.2.3-korg