update to postgresql 8.2.5 and refresh patches
[openwrt/svn-archive/archive.git] / libs / postgresql / patches / 200-ranlib.patch
1 Index: postgresql-8.2.5/src/port/Makefile
2 ===================================================================
3 --- postgresql-8.2.5.orig/src/port/Makefile 2007-09-20 10:18:17.000000000 -0500
4 +++ postgresql-8.2.5/src/port/Makefile 2007-09-20 10:18:17.000000000 -0500
5 @@ -43,6 +43,7 @@
6
7 libpgport.a: $(LIBOBJS)
8 $(AR) $(AROPT) $@ $^
9 + $(RANLIB) libpgport.a
10
11 thread.o: thread.c
12 $(CC) $(CFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -c $<