diff options
Diffstat (limited to 'axel/Pkgfile')
-rw-r--r-- | axel/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |