Update posgresql to 8.3.3 (#3591)
[openwrt/svn-archive/archive.git] / libs / postgresql / patches / 200-ranlib.patch
1 --- a/src/port/Makefile
2 +++ b/src/port/Makefile
3 @@ -49,6 +49,7 @@
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