mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +00:00
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:
10
libs/postgresql/patches/200-ranlib.patch
Normal file
10
libs/postgresql/patches/200-ranlib.patch
Normal 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
|
||||
Reference in New Issue
Block a user