]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-cvs/makeconfig.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-cvs / makeconfig.patch
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