summaryrefslogtreecommitdiff
path: root/libs/postgresql/patches/200-ranlib.patch
blob: 1b68b8378bdb706974c70122e992800b7f118b3e (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -53,6 +53,7 @@ uninstall:
 
 libpgport.a: $(OBJS)
 	$(AR) $(AROPT) $@ $^
+	$(RANLIB) libpgport.a
 
 # thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
 thread.o: thread.c