postgresql: update to version 9.0.1
[openwrt/svn-archive/archive.git] / libs / postgresql / patches / 200-ranlib.patch
1 --- a/src/port/Makefile
2 +++ b/src/port/Makefile
3 @@ -53,6 +53,7 @@ uninstall:
4
5 libpgport.a: $(OBJS)
6 $(AR) $(AROPT) $@ $^
7 + $(RANLIB) libpgport.a
8
9 # thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
10 thread.o: thread.c