nss/nss-no-rpath.patch

15 lines
540 B
Diff
Raw Normal View History

2014-03-12 15:15:21 +04:00
--- nss/cmd/platlibs.mk~ 2012-07-17 11:22:42.000000000 -0400
+++ nss/cmd/platlibs.mk 2012-10-27 13:03:47.839324389 -0400
2013-02-21 10:51:18 +04:00
@@ -18,9 +18,9 @@
ifeq ($(OS_ARCH), Linux)
2012-02-01 15:03:05 +04:00
ifeq ($(USE_64), 1)
2013-02-21 10:51:18 +04:00
-EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib'
+#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib'
2012-02-01 15:03:05 +04:00
else
2013-02-21 10:51:18 +04:00
-EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
+#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
2012-02-01 15:03:05 +04:00
endif
endif
2013-02-21 10:51:18 +04:00