2008-07-06 17:31:31 +00:00
|
|
|
--- a/src/port/Makefile
|
|
|
|
+++ b/src/port/Makefile
|
2010-11-21 14:17:24 +00:00
|
|
|
@@ -53,6 +53,7 @@ uninstall:
|
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
|