blob: d4184a35427cf2ec0f28c54cabd9b3c1d6378d9e [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/src/port/Makefile
2+++ b/src/port/Makefile
3@@ -83,6 +83,7 @@ uninstall:
4 libpgport.a: $(OBJS)
5 rm -f $@
6 $(AR) $(AROPT) $@ $^
7+ $(RANLIB) libpgport.a
8
9 # getaddrinfo.o and getaddrinfo_shlib.o need PTHREAD_CFLAGS (but getaddrinfo_srv.o does not)
10 getaddrinfo.o: CFLAGS+=$(PTHREAD_CFLAGS)