From a29c04a541def774b10b8f119efe3724d92ee99a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 9 Dec 2005 21:19:36 +0000 Subject: Allow installation into directories containing spaces in the name. --- src/makefiles/Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefiles/Makefile.linux') diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux index 6dd9c6ebbb7..8766d18f614 100644 --- a/src/makefiles/Makefile.linux +++ b/src/makefiles/Makefile.linux @@ -1,6 +1,6 @@ AROPT = crs export_dynamic = -Wl,-E -rpath = -Wl,-rpath,$(rpathdir) +rpath = -Wl,-rpath,'$(rpathdir)' allow_nonpic_in_shlib = yes DLSUFFIX = .so -- cgit v1.2.3