From 45c5a2f834c42e914e684c784988f369118aa31b Mon Sep 17 00:00:00 2001 From: gobo72 Date: Thu, 1 Sep 2011 02:13:32 +0000 Subject: [PATCH] =?utf8?q?R=C3=A8gle=20le=20bug:=20=20=20http://www.hugovi?= =?utf8?q?l.com/bugs/view.php=3Fid=3D76?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Au stage0, on fait un "unset CFLAGS", mais le fait de sourcer /etc/profile à chaque fois qu'on appelle ipkg() force CFLAGS à la valeur dans /etc/profile, et cela cause un problème de compilation avec eglibc. --- functions/main | 3 --- 1 file changed, 3 deletions(-) diff --git a/functions/main b/functions/main index b8edf5f..c8d2356 100644 --- a/functions/main +++ b/functions/main @@ -817,9 +817,6 @@ ipkg() local HVMAKE_ORIG=${HVMAKE} - # Make sure to get latest variables assignments (ex: pkg-config) - source /etc/profile - while getopts "jl:m:s:" flag ;do case ${flag} in j) -- 2.20.1