This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Small tweak for tststatic testcase


Hi,

a small tweak for the reported problems  with tststatic and an older 
/lib/libc.so being installed, I think this shoulld  fix the failure.

Franz.

	* dlfcn/Makefile (tststatic-ENV): Add $(common-objpfx) to LD_LIBRARY_PATH.

Index: dlfcn/Makefile
===================================================================
RCS file: /cvs/glibc/libc/dlfcn/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- dlfcn/Makefile	2001/08/04 18:58:15	1.17
+++ dlfcn/Makefile	2001/08/07 19:45:29
@@ -47,7 +47,7 @@ ifeq (yesyesyes,$(build-static)$(build-s
 tests += tststatic
 tests-static += tststatic
 modules-names += modstatic
-tststatic-ENV = LD_LIBRARY_PATH=$(objpfx)
+tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx)
 endif
 
 extra-objs += $(modules-names:=.os) eval.os

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]