diff options
author | Lukc <lukc@upyum.com> | 2010-12-20 23:35:41 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-20 23:35:41 +0100 |
commit | 336e984eeef5cbfbbd929ad7894b029a444a06de (patch) | |
tree | 660c456985d7aab275f204792c62af9795556f93 | |
parent | cbf428791a33b0144264fe1e4e29bcfafcdc0372 (diff) | |
download | base-336e984eeef5cbfbbd929ad7894b029a444a06de.tar.gz base-336e984eeef5cbfbbd929ad7894b029a444a06de.tar.bz2 base-336e984eeef5cbfbbd929ad7894b029a444a06de.tar.xz base-336e984eeef5cbfbbd929ad7894b029a444a06de.zip |
Recette de axel modifiée pour la compilation croisée.
-rw-r--r-- | axel/.footprint | 2 | ||||
-rw-r--r-- | 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; } |