compile fix
authorFelix Fietkau <nbd@openwrt.org>
Sat, 14 Oct 2006 22:18:00 +0000 (22:18 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 14 Oct 2006 22:18:00 +0000 (22:18 +0000)
SVN-Revision: 5098

libs/postgresql/patches/200-ranlib.patch [new file with mode: 0644]

diff --git a/libs/postgresql/patches/200-ranlib.patch b/libs/postgresql/patches/200-ranlib.patch
new file mode 100644 (file)
index 0000000..7029b09
--- /dev/null
@@ -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 $<