# HG changeset patch # User Hajime Tazaki # Date 1360824182 -32400 # Node ID 5cb8918ff4cf0643b39347674501f5cea8f5c580 # Parent 2653fbff9e355276ddbf10ba1e48290ad4c235b4 update correct order of libpath (/usr/lib should be later...) diff -r 2653fbff9e35 -r 5cb8918ff4cf 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;