update to postgresql 8.3 and refresh patches
[openwrt/svn-archive/archive.git] / libs / postgresql / patches / 200-ranlib.patch
1 Index: postgresql-8.3.0/src/port/Makefile
2 ===================================================================
3 --- postgresql-8.3.0.orig/src/port/Makefile 2008-02-06 16:27:48.000000000 -0600
4 +++ postgresql-8.3.0/src/port/Makefile 2008-02-06 16:28:18.000000000 -0600
5 @@ -49,6 +49,7 @@
6
7 libpgport.a: $(OBJS)
8 $(AR) $(AROPT) $@ $^
9 + $(RANLIB) libpgport.a
10
11 # thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
12 thread.o: thread.c