You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
mipsel-linux-uclib: use configure.cc
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@50265 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -46,7 +46,7 @@ use_configure no
|
||||
|
||||
build.env PATH=${cprefix}/bin:$env(PATH)
|
||||
build.args PREFIX= DEVEL_PREFIX=/ RUNTIME_PREFIX=/ \
|
||||
HOSTCC=/usr/bin/gcc CROSS=${target}-
|
||||
HOSTCC=${configure.cc} CROSS=${target}-
|
||||
build.target all
|
||||
|
||||
pre-destroot {
|
||||
@@ -54,7 +54,7 @@ pre-destroot {
|
||||
}
|
||||
destroot.target install_runtime install_dev
|
||||
destroot.args PREFIX=${destroot}${cprefix}/uclibc DEVEL_PREFIX=/usr/ \
|
||||
RUNTIME_PREFIX=/ HOSTCC=gcc
|
||||
RUNTIME_PREFIX=/ HOSTCC=${configure.cc}
|
||||
destroot.destdir
|
||||
post-destroot {
|
||||
file delete -force ${destroot}${cprefix}/uclibc/usr/include
|
||||
|
||||
Reference in New Issue
Block a user