200-ranlib.patch 248 B

12345678910
  1. --- a/src/port/Makefile
  2. +++ b/src/port/Makefile
  3. @@ -52,6 +52,7 @@ uninstall:
  4. libpgport.a: $(OBJS)
  5. $(AR) $(AROPT) $@ $^
  6. + $(RANLIB) libpgport.a
  7. # thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
  8. thread.o: CFLAGS+=$(PTHREAD_CFLAGS)