-Enlevé libproxy
[hvlinux.git] / functions / main
index 8b14988..6fcafdf 100644 (file)
@@ -850,6 +850,9 @@ 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)
@@ -954,6 +957,9 @@ ipkg()
 
     ipkg_trap_end
 
+    # Make sure to update dynamic linker run-time bindings
+    ldconfig
+
     return $EXIT_SUCCESS
 }