update correct order of libpath (/usr/lib should be later...) draft
authorHajime Tazaki <tazaki@nict.go.jp>
Thu, 14 Feb 2013 15:43:02 +0900
changeset 653 5cb8918ff4cf
parent 652 2653fbff9e35
child 654 bb740d2bb941
update correct order of libpath (/usr/lib should be later...)
x86_64/machine.c
--- a/x86_64/machine.c	Sun Feb 17 15:33:23 2013 +0100
+++ b/x86_64/machine.c	Thu Feb 14 15:43:02 2013 +0900
@@ -290,9 +290,9 @@
   static const char *dirs = 
     "/lib64:" 
     "/lib/x86_64-linux-gnu:"
-    "/usr/lib:"
     "/usr/lib64:"
     "/usr/lib/x86_64-linux-gnu:"
+    "/usr/lib:"
     CONFIG_SYSTEM_LDSO_LIBRARY_PATH
     ;
   return dirs;