repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git]
/
src
/
makefiles
/
Makefile.svr4
blob
7a01c5c944e4f456c770bcda0ae428d31742b1e6
1
# MAKE_EXPORTS is required for svr4 loaders that want a file of
2
# symbol names to tell them what to export/import.
3
#MAKE_EXPORTS= true
4
5
LIBS += -lc /usr/ucblib/libucb.a
6
LDFLAGS += -LD-Blargedynsym
7
8
DLSUFFIX = .so
9
CFLAGS_SL =
10
11
%.so: %.o
12
$(LD) -G -Bdynamic -o $@ $<
13
14
sqlmansect = 5