From: Victor Martinez Date: Thu, 28 Jan 2010 09:31:37 +0000 (+0000) Subject: clamav: Fixed the use of hosts libs. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=d3b21cfdc2b71664c906673bd63b80d037a2acf8;p=attic%2Fports%2Fopt-cross.git clamav: Fixed the use of hosts libs. --- diff --git a/clamav/Pkgfile b/clamav/Pkgfile index 20ade2e..a5dcf08 100644 --- a/clamav/Pkgfile +++ b/clamav/Pkgfile @@ -12,7 +12,7 @@ source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ build() { cd $name-$version - + sed -e "s|-L/usr|-L$CLFS/usr|g" -i configure ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \