iconv: Force autogen to use hostcc to build its stuff
This commit is contained in:
parent
0d1bf557c8
commit
67723fc5c2
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ ffbuild_dockerbuild() {
|
|||
cd iconv
|
||||
git checkout "$SCRIPT_COMMIT"
|
||||
|
||||
./gitsub.sh pull
|
||||
./autogen.sh
|
||||
retry-tool ./autopull.sh --one-time
|
||||
(unset CC CFLAGS GMAKE && ./autogen.sh)
|
||||
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
|
|
Loading…
Reference in a new issue