repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git]
/
src
/
makefiles
/
Makefile.sco
blob
05ed940ee323cfe96eebbccc9af442380f959e61
1
AROPT = cr
2
export_dynamic = -Wl,-Bexport
3
4
DLSUFFIX = .so
5
ifeq ($(GCC), yes)
6
CFLAGS_SL = -fpic
7
else
8
CFLAGS_SL = -K PIC
9
endif
10
11
%.so: %.o
12
$(LD) -G -Bdynamic -o $@ $<
13
sqlmansect = 7