summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/glibc/glibc-cvs/makeconfig.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/glibc/glibc-cvs/makeconfig.patch
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/glibc/glibc-cvs/makeconfig.patch')
-rw-r--r--openembedded/packages/glibc/glibc-cvs/makeconfig.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/openembedded/packages/glibc/glibc-cvs/makeconfig.patch b/openembedded/packages/glibc/glibc-cvs/makeconfig.patch
deleted file mode 100644
index 4365878e95..0000000000
--- a/openembedded/packages/glibc/glibc-cvs/makeconfig.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1--- Makeconfig~ 2001/09/12 18:49:45 1.265
2+++ Makeconfig 2001/10/07 20:56:17
3@@ -532,10 +532,11 @@
4 $(subst $(empty) ,:,$(strip $(patsubst -Wl$(comma)-rpath-link=%, %,\
5 $(filter -Wl$(comma)-rpath-link=%,\
6 $(sysdep-LDFLAGS)))))
7+ld_envlib_path = $(shell test x$$LD_LIBRARY_PATH = x || echo -n :$$LD_LIBRARY_PATH)
8 run-program-prefix = $(if $(filter $(notdir $(built-program-file)),\
9 $(tests-static)),, \
10 $(elf-objpfx)$(rtld-installed-name) \
11- --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)))
12+ --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path))$(ld_envlib_path))
13 else
14 run-program-prefix =
15 endif