2008-02-06 22:38:13 +00:00
|
|
|
Index: postgresql-8.3.0/src/port/Makefile
|
2007-09-20 15:26:17 +00:00
|
|
|
===================================================================
|
2008-02-06 22:38:13 +00:00
|
|
|
--- postgresql-8.3.0.orig/src/port/Makefile 2008-02-06 16:27:48.000000000 -0600
|
|
|
|
+++ postgresql-8.3.0/src/port/Makefile 2008-02-06 16:28:18.000000000 -0600
|
|
|
|
@@ -49,6 +49,7 @@
|
2006-10-14 22:18:00 +00:00
|
|
|
|
2008-02-06 22:38:13 +00:00
|
|
|
libpgport.a: $(OBJS)
|
2006-10-14 22:18:00 +00:00
|
|
|
$(AR) $(AROPT) $@ $^
|
|
|
|
+ $(RANLIB) libpgport.a
|
|
|
|
|
2008-02-06 22:38:13 +00:00
|
|
|
# thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
|
2006-10-14 22:18:00 +00:00
|
|
|
thread.o: thread.c
|