compile fix
[openwrt/svn-archive/archive.git] / libs / postgresql / patches / 200-ranlib.patch
1 --- postgresql.old/src/port/Makefile Sun Oct 15 00:09:57 2006
2 +++ postgresql.dev/src/port/Makefile Sun Oct 15 00:10:05 2006
3 @@ -21,6 +21,7 @@
4
5 libpgport.a: $(LIBOBJS)
6 $(AR) $(AROPT) $@ $^
7 + $(RANLIB) libpgport.a
8
9 thread.o: thread.c
10 $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CPPFLAGS) -c $<