diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-10-21 22:36:14 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-10-21 22:36:14 +0000 |
| commit | f8ff1ee5aab125fc1e5e130e6055a0e6586ce440 (patch) | |
| tree | b8ccedfa296d6a8acbb7277e7c0347dbdfac6b66 /src/makefiles/Makefile.linux | |
| parent | 0968601b1baaceb8e9d6b437e8e740b4c9ff34c5 (diff) | |
| download | postgresql-f8ff1ee5aab125fc1e5e130e6055a0e6586ce440.tar.gz | |
Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to
Makefile.port, since they are of no use to configure and much of the
library magic happens in Makefile.port anyway.
Use __alpha, not __alpha__, since the former is universally available.
Remove -DNOFIXADE from the compile command line and put it in the port
include file.
Diffstat (limited to 'src/makefiles/Makefile.linux')
| -rw-r--r-- | src/makefiles/Makefile.linux | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux index d7f20ea86b..268beb05aa 100644 --- a/src/makefiles/Makefile.linux +++ b/src/makefiles/Makefile.linux @@ -1,5 +1,7 @@ +AROPT = crs export_dynamic = -export-dynamic -MK_NO_LORDER= true +DLSUFFIX = .so +CFLAGS_SL = -fpic %.so: %.o $(CC) -shared -o $@ $< |
