projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd55f0
)
Link all objects into libpgosm.so
author
Tom Hughes
<tom@compton.nu>
Wed, 27 Jul 2016 19:51:32 +0000
(20:51 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 27 Jul 2016 19:51:32 +0000
(20:51 +0100)
db/functions/Makefile
patch
|
blob
|
history
diff --git
a/db/functions/Makefile
b/db/functions/Makefile
index 71169b2b7cb0967d668b9b4ba2c488d1c1433f1e..dac1889dc978ef49e33c4470eea335ef2bb90ea9 100644
(file)
--- a/
db/functions/Makefile
+++ b/
db/functions/Makefile
@@
-16,7
+16,7
@@
clean:
$(RM) ${DESTDIR}/*.so ${DESTDIR}/*.o
${DESTDIR}/libpgosm.so: ${DESTDIR}/quadtile.o ${DESTDIR}/maptile.o ${DESTDIR}/xid_to_int4.o
- cc ${LDFLAGS} -o $@ $
<
+ cc ${LDFLAGS} -o $@ $
^
${DESTDIR}/%.o: %.c
cc -I `${PG_CONFIG} --includedir` -I `${PG_CONFIG} --includedir-server` -I${QTDIR} -fPIC -O3 -DUSE_PGSQL -c -o $@ $<