nss/nss-no-rpath.patch
2014-03-12 15:15:21 +04:00

14 lines
540 B
Diff

--- nss/cmd/platlibs.mk~ 2012-07-17 11:22:42.000000000 -0400
+++ nss/cmd/platlibs.mk 2012-10-27 13:03:47.839324389 -0400
@@ -18,9 +18,9 @@
ifeq ($(OS_ARCH), Linux)
ifeq ($(USE_64), 1)
-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'
else
-EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
+#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
endif
endif