summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2011-01-08 17:34:40 +0100
committerLukc <lukc@upyum.com>2011-01-08 17:34:40 +0100
commit89bb071775298a0c73db590d8b4181e5adabfa7b (patch)
treeabecb7d3aace204969a06870ac7c264dc757e3bd
parent0e9d94588a7865e7f3434750671bd6100706f063 (diff)
downloadbase-89bb071775298a0c73db590d8b4181e5adabfa7b.tar.gz
base-89bb071775298a0c73db590d8b4181e5adabfa7b.tar.bz2
base-89bb071775298a0c73db590d8b4181e5adabfa7b.tar.xz
base-89bb071775298a0c73db590d8b4181e5adabfa7b.zip
Recette de axel corrigée.
- Pas de $CHOST ? Pas de problème.
-rw-r--r--axel/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/axel/Pkgfile b/axel/Pkgfile
index 39c9a22..ca36824 100644
--- a/axel/Pkgfile
+++ b/axel/Pkgfile
@@ -20,6 +20,6 @@ build ()
--mandir=$mandir \
--strip=0;
# strip is disabled because pkg++ will do the job later.
- make CC=$CHOST-gcc;
+ make ${CHOST:+CC=$CHOST-gcc};
make DESTDIR=$PKG install;
}