mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 04:08:21 +04:00
postgresql: update to 9.4.1
- supports arm64/aarch64 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
committed by
Daniel Golle
parent
61d0f260f3
commit
4ab5dc95a6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user