From a49db8e56956a9f3a53873977b49090bfc8025cd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 29 Sep 2005 15:46:07 +0000 Subject: * Put in a highly Nix-specific hack to make the tests work. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index fcc5d24..6dfb22b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,7 +15,7 @@ main.o: main.c $(CC) -fpic -o main.o -c main.c libfoo.so: foo.o libbar.so - $(CC) -shared -o libfoo.so foo.o -L . -lbar -Wl,-rpath,/no-such-path + NIX_DONT_SET_RPATH=1 $(CC) -shared -o libfoo.so foo.o -L . -lbar -Wl,-rpath,/no-such-path foo.o: foo.c $(CC) -fpic -o foo.o -c foo.c -- cgit v0.12