From 336e984eeef5cbfbbd929ad7894b029a444a06de Mon Sep 17 00:00:00 2001 From: Lukc Date: Mon, 20 Dec 2010 23:35:41 +0100 Subject: Recette de axel modifiée pour la compilation croisée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- axel/.footprint | 2 +- axel/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/axel/.footprint b/axel/.footprint index 846199b..fc0864a 100644 --- a/axel/.footprint +++ b/axel/.footprint @@ -19,7 +19,7 @@ drwxr-xr-x root/root usr/share/locale/zh_CN/LC_MESSAGES/ -rw-r--r-- root/root usr/share/locale/zh_CN/LC_MESSAGES/axel.mo drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/axel.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/axel.1 drwxr-xr-x root/root usr/share/man/zh_CN/ drwxr-xr-x root/root usr/share/man/zh_CN/man1/ -rw-r--r-- root/root usr/share/man/zh_CN/man1/axel.1 diff --git a/axel/Pkgfile b/axel/Pkgfile index 8a5b3a4..6406635 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; + make CC=$CTARGET-gcc; make DESTDIR=$PKG install; } -- cgit v1.2.3-54-g00ecf