SF.net SVN: gar:[24896] csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Fri Apr 24 11:16:46 CEST 2015


Revision: 24896
          http://sourceforge.net/p/gar/code/24896
Author:   cgrzemba
Date:     2015-04-24 09:16:46 +0000 (Fri, 24 Apr 2015)
Log Message:
-----------
nss/trunk: fix runpath for 64bit

Modified Paths:
--------------
    csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch

Modified: csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch
===================================================================
--- csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch	2015-04-23 13:03:40 UTC (rev 24895)
+++ csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch	2015-04-24 09:16:46 UTC (rev 24896)
@@ -1,14 +1,15 @@
 --- a/nss/coreconf/SunOS5.mk
 +++ b/nss/coreconf/SunOS5.mk
-@@ -133,9 +133,9 @@ ifeq ($(BUILD_SUN_PKG), 1)
+@@ -132,11 +132,7 @@ NOSUCHFILE   = /solaris-rm-f-sucks
+ ifeq ($(BUILD_SUN_PKG), 1)
  # The -R '$ORIGIN' linker option instructs this library to search for its
  # dependencies in the same directory where it resides.
- ifeq ($(USE_64), 1)
+-ifeq ($(USE_64), 1)
 -RPATH = -R '$$ORIGIN:/usr/lib/mps/secv1/64:/usr/lib/mps/64'
-+RPATH = -R'/opt/csw/lib/64/$$ISALIST' -Wl,-M${HOME}/opencsw/.buildsys/v2/gar/lib/map.solaris10,-B,direct,-z,ignore
- else
+-else
 -RPATH = -R '$$ORIGIN:/usr/lib/mps/secv1:/usr/lib/mps'
+-endif
 +RPATH = -R'/opt/csw/lib/$$ISALIST' -Wl,-M${HOME}/opencsw/.buildsys/v2/gar/lib/map.solaris10,-B,direct,-z,ignore
- endif
  else
  RPATH = -R '$$ORIGIN'
+ endif

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list