diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-12-07 19:43:49 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-12-07 19:43:49 +0000 |
| commit | 289e6fd2a424bfdd30f3c60415ff2f86a21f0623 (patch) | |
| tree | 45add9ceab3afa884a48d147b6a01805ae7fb55d /src/makefiles/Makefile.sco | |
| parent | cbc5f4f127f37510fa000ddd8a109c8385796176 (diff) | |
| download | postgresql-289e6fd2a424bfdd30f3c60415ff2f86a21f0623.tar.gz | |
Do not use 'ar cq' to build library archives, use 'ar cr' instead.
Diffstat (limited to 'src/makefiles/Makefile.sco')
| -rw-r--r-- | src/makefiles/Makefile.sco | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.sco b/src/makefiles/Makefile.sco index a68f92e625..810f75947e 100644 --- a/src/makefiles/Makefile.sco +++ b/src/makefiles/Makefile.sco @@ -1,6 +1,6 @@ override CFLAGS += -dy export_dynamic = -W l,-Bexport -AROPT = cq +AROPT = cr DLSUFFIX = .so CFLAGS_SL = -K PIC |
