From 0e9d94588a7865e7f3434750671bd6100706f063 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 8 Jan 2011 17:02:51 +0100 Subject: Correction à cause de cet enfoiré de développeur de pkg++ qui casse toujours tout. :@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iproute2/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iproute2') diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index a75c1ae..3864ddc 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -12,7 +12,7 @@ build () { cd $name-$version; sed -i "s|-O2|$CFLAGS -DIPT_LIB_DIR=\\\\\"$prefix/lib/xtables\\\\\"|" Makefile; - make ${CTARGET:+CC=$CTARGET-gcc}; + make ${CHOST:+CC=$CHOST-gcc}; make MANDIR=$mandir DESTDIR=$PKG install; install -d $PKG/{{s,}bin,$prefix/{${mandir/$prefix}/man8,sbin}} -- cgit v1.2.3-54-g00ecf