summaryrefslogtreecommitdiffstats
path: root/lib/libkse/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-05-18 12:25:48 +0000
committerru <ru@FreeBSD.org>2007-05-18 12:25:48 +0000
commit3be5d73f3d1c92dd592d30ddfcf7d342c48cb971 (patch)
treeff6895b7410ca44884a83668b3875f0764a9a0f6 /lib/libkse/Makefile
parent6d5baaa0915889111c959912b06a8315052876c5 (diff)
downloadFreeBSD-src-3be5d73f3d1c92dd592d30ddfcf7d342c48cb971.zip
FreeBSD-src-3be5d73f3d1c92dd592d30ddfcf7d342c48cb971.tar.gz
Fix a logic bug I re-introduced in my patch I sent to Daniel
that would cause the selected shared threading library to be overwritten with its 32-bit version on amd64. PR: amd64/112509
Diffstat (limited to 'lib/libkse/Makefile')
-rw-r--r--lib/libkse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index a698115..323a8ec48 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -10,7 +10,7 @@
.include <bsd.own.mk>
-.if ${DEFAULT_THREAD_LIB} == "libpthread"
+.if ${DEFAULT_THREAD_LIB} == "libpthread" && ${SHLIBDIR} == "/usr/lib"
SHLIBDIR= /lib
.endif
OpenPOWER on IntegriCloud