postgresql: update to 9.4.1

- supports arm64/aarch64

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
Dirk Neukirchen
2015-05-22 18:17:47 +02:00
committed by Daniel Golle
parent 61d0f260f3
commit 4ab5dc95a6
4 changed files with 18 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -53,6 +53,7 @@ uninstall:
@@ -52,6 +52,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
thread.o: CFLAGS+=$(PTHREAD_CFLAGS)