From: gobo72 Date: Thu, 1 Sep 2011 02:13:32 +0000 (+0000) Subject: Règle le bug: X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=45c5a2f834c42e914e684c784988f369118aa31b;p=hvlinux.git Règle le bug: http://www.hugovil.com/bugs/view.php?id=76 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. --- 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)