summaryrefslogtreecommitdiff
path: root/libc/debian/patches/sgs-rtld-default-lib-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libc/debian/patches/sgs-rtld-default-lib-path.patch')
-rw-r--r--libc/debian/patches/sgs-rtld-default-lib-path.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/debian/patches/sgs-rtld-default-lib-path.patch b/libc/debian/patches/sgs-rtld-default-lib-path.patch
index 6b02a3b..db7d346 100644
--- a/libc/debian/patches/sgs-rtld-default-lib-path.patch
+++ b/libc/debian/patches/sgs-rtld-default-lib-path.patch
@@ -3,8 +3,8 @@ Description: set default library search path
consistent with crle.
Index: b/usr/src/cmd/sgs/rtld/common/elf.c
===================================================================
---- a/usr/src/cmd/sgs/rtld/common/elf.c 2014-03-02 23:21:39.343226118 +0400
-+++ b/usr/src/cmd/sgs/rtld/common/elf.c 2014-03-02 23:22:18.316177185 +0400
+--- a/usr/src/cmd/sgs/rtld/common/elf.c
++++ b/usr/src/cmd/sgs/rtld/common/elf.c
@@ -52,24 +52,40 @@
/*
* Default and secure dependency search paths.
@@ -59,9 +59,9 @@ Index: b/usr/src/cmd/sgs/rtld/common/elf.c
};
Index: b/usr/src/cmd/sgs/rtld/Makefile.com
===================================================================
---- a/usr/src/cmd/sgs/rtld/Makefile.com 2014-03-02 23:20:12.607823579 +0400
-+++ b/usr/src/cmd/sgs/rtld/Makefile.com 2014-03-02 23:22:18.317870585 +0400
-@@ -81,6 +81,14 @@
+--- a/usr/src/cmd/sgs/rtld/Makefile.com
++++ b/usr/src/cmd/sgs/rtld/Makefile.com
+@@ -81,6 +81,14 @@ CPPFLAGS += -I$(SRCBASE)/lib/libc/inc \
-I$(ELFCAP) \
$(CPPFEATUREMACROS)