From cb76aed09ee30d6e517ffa628ea24b20b5e2ce5a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Oct 2006 22:18:00 +0000 Subject: [PATCH] compile fix SVN-Revision: 5098 --- libs/postgresql/patches/200-ranlib.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/postgresql/patches/200-ranlib.patch diff --git a/libs/postgresql/patches/200-ranlib.patch b/libs/postgresql/patches/200-ranlib.patch new file mode 100644 index 0000000000..7029b09954 --- /dev/null +++ b/libs/postgresql/patches/200-ranlib.patch @@ -0,0 +1,10 @@ +--- postgresql.old/src/port/Makefile Sun Oct 15 00:09:57 2006 ++++ postgresql.dev/src/port/Makefile Sun Oct 15 00:10:05 2006 +@@ -21,6 +21,7 @@ + + libpgport.a: $(LIBOBJS) + $(AR) $(AROPT) $@ $^ ++ $(RANLIB) libpgport.a + + thread.o: thread.c + $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CPPFLAGS) -c $< -- 2.30.2