Commit based upon d6442850bde61f0c3e7e2ae3247b4a856073c5e0
[librecmc/package-feed.git] / libs / postgresql / patches / 200-ranlib.patch
1 --- a/src/port/Makefile
2 +++ b/src/port/Makefile
3 @@ -53,6 +53,7 @@ uninstall:
4  libpgport.a: $(OBJS)
5         rm -f $@
6         $(AR) $(AROPT) $@ $^
7 +       $(RANLIB) libpgport.a
8  
9  # thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
10  thread.o: CFLAGS+=$(PTHREAD_CFLAGS)