diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2005-12-09 21:19:36 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2005-12-09 21:19:36 +0000 |
| commit | a29c04a541def774b10b8f119efe3724d92ee99a (patch) | |
| tree | 28e96bef9320953bb4b1c0e72760718338fa7bcb /src/makefiles/Makefile.linux | |
| parent | 3a20db975e73b507e8bf43fcbddd84d253ee78ef (diff) | |
| download | postgresql-a29c04a541def774b10b8f119efe3724d92ee99a.tar.gz | |
Allow installation into directories containing spaces in the name.
Diffstat (limited to 'src/makefiles/Makefile.linux')
| -rw-r--r-- | src/makefiles/Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux index 6dd9c6ebbb..8766d18f61 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 |
