changeset 20554:71d7877fa90a

librsm: remove space between -R and rpath the compiler's LINK_SPEC change likely broke passing the rpath argument with a space in it through the compiler frontend, though i'm not sure how exactly.
author Lauri Tirkkonen <lotheac@iki.fi>
date Sat, 11 May 2019 00:01:28 +0000
parents 7768be03db79
children 45770164d7f6
files usr/src/lib/librsm/amd64/Makefile usr/src/lib/librsm/i386/Makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/librsm/amd64/Makefile	Fri May 10 23:55:01 2019 +0000
+++ b/usr/src/lib/librsm/amd64/Makefile	Sat May 11 00:01:28 2019 +0000
@@ -28,7 +28,7 @@
 include ../Makefile.com
 include ../../Makefile.lib.64
 
-DYNFLAGS += -R /usr/platform/lib/rsmlib/amd64
+DYNFLAGS += -R/usr/platform/lib/rsmlib/amd64
 
 .KEEP_STATE:
 
--- a/usr/src/lib/librsm/i386/Makefile	Fri May 10 23:55:01 2019 +0000
+++ b/usr/src/lib/librsm/i386/Makefile	Sat May 11 00:01:28 2019 +0000
@@ -27,7 +27,7 @@
 
 include ../Makefile.com
 
-DYNFLAGS += -R /usr/platform/lib/rsmlib
+DYNFLAGS += -R/usr/platform/lib/rsmlib
 
 .KEEP_STATE: