postgresql: import from oldpackages, add myself as maintainer, add license information, update to v9.0.17

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich
2014-07-02 12:42:28 +02:00
parent 092733f241
commit 022ce86177
5 changed files with 375 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -53,6 +53,7 @@ uninstall:
libpgport.a: $(OBJS)
$(AR) $(AROPT) $@ $^
+ $(RANLIB) libpgport.a
# thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
thread.o: thread.c