aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2022-04-05 09:21:20 +1000
committerSteve Bennett <steveb@workware.net.au>2022-04-05 09:21:20 +1000
commite7f29fd2123f2f9a735aac13dd403b7ce2fb8cc8 (patch)
treebeba0ed90150fbf35aea246887368f100a9b15de /auto.def
parent6e2401a027c4be0fb20b007207b3a89fd226561b (diff)
downloadjimtcl-e7f29fd2123f2f9a735aac13dd403b7ce2fb8cc8.zip
jimtcl-e7f29fd2123f2f9a735aac13dd403b7ce2fb8cc8.tar.gz
jimtcl-e7f29fd2123f2f9a735aac13dd403b7ce2fb8cc8.tar.bz2
build: Add /usr/lib64 to list of host lib paths
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto.def b/auto.def
index 06e27f5..15811b1 100644
--- a/auto.def
+++ b/auto.def
@@ -445,7 +445,7 @@ if {[opt-bool shared with-jim-shared]} {
}
define VERSION [format %.2f [expr {[get-define JIM_VERSION] / 100.0}]]
define LIBSOEXT [format [get-define SH_SOEXTVER] [get-define VERSION]]
-if {[get-define libdir] ni {/lib /usr/lib}} {
+if {[get-define libdir] ni {/lib /usr/lib /usr/lib64}} {
define SH_LINKRPATH_FLAGS [format [get-define SH_LINKRPATH] [get-define libdir]]
} else {
define SH_LINKRPATH_FLAGS ""