repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: Fix descriptions related to the handling of non-ASCII characters
[pgsql.git]
/
src
/
makefiles
/
Makefile.netbsd
blob
eb86e0b76e43446c5f066dd13241c95bc132ea8f
1
rpath = -Wl,-R'$(rpathdir)'
2
3
4
# Rule for building a shared library from a single .o file
5
%.so: %.o
6
$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@