2007-09-20 15:26:17 +00:00
|
|
|
Index: postgresql-8.2.5/src/port/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- postgresql-8.2.5.orig/src/port/Makefile 2007-09-20 10:18:17.000000000 -0500
|
|
|
|
+++ postgresql-8.2.5/src/port/Makefile 2007-09-20 10:18:17.000000000 -0500
|
2007-04-09 23:25:36 +00:00
|
|
|
@@ -43,6 +43,7 @@
|
2006-10-14 22:18:00 +00:00
|
|
|
|
|
|
|
libpgport.a: $(LIBOBJS)
|
|
|
|
$(AR) $(AROPT) $@ $^
|
|
|
|
+ $(RANLIB) libpgport.a
|
|
|
|
|
|
|
|
thread.o: thread.c
|
2007-04-09 23:25:36 +00:00
|
|
|
$(CC) $(CFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -c $<
|