098963c596c85c9469d38ba3792d2d9869660ea5
[packages.git] / libs / postgresql / patches / 200-ranlib.patch
1 --- postgresql-8.2.3/src/port/Makefile  2006-07-14 11:45:43.000000000 -0500
2 +++ new-postgresql-8.2.3/src/port/Makefile      2007-04-09 12:14:11.906032000 -0500
3 @@ -43,6 +43,7 @@
4  
5  libpgport.a: $(LIBOBJS)
6         $(AR) $(AROPT) $@ $^
7 +       $(RANLIB) libpgport.a
8  
9  thread.o: thread.c
10         $(CC) $(CFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -c $<