2014-07-02 10:42:28 +00:00
|
|
|
--- a/src/port/Makefile
|
|
|
|
+++ b/src/port/Makefile
|
2015-05-22 16:17:47 +00:00
|
|
|
@@ -52,6 +52,7 @@ uninstall:
|
2014-07-02 10:42:28 +00:00
|
|
|
|
|
|
|
libpgport.a: $(OBJS)
|
|
|
|
$(AR) $(AROPT) $@ $^
|
|
|
|
+ $(RANLIB) libpgport.a
|
|
|
|
|
|
|
|
# thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
|
2015-05-22 16:17:47 +00:00
|
|
|
thread.o: CFLAGS+=$(PTHREAD_CFLAGS)
|