You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
275 B

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