packages/libs/postgresql/patches/200-ranlib.patch

11 lines
275 B
Diff
Raw Normal View History

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