packages/libs/postgresql/patches/200-ranlib.patch
pavlov 34f1e5c248 update to postgresql 8.3 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-06 22:38:13 +00:00

13 lines
437 B
Diff

Index: postgresql-8.3.0/src/port/Makefile
===================================================================
--- postgresql-8.3.0.orig/src/port/Makefile 2008-02-06 16:27:48.000000000 -0600
+++ postgresql-8.3.0/src/port/Makefile 2008-02-06 16:28:18.000000000 -0600
@@ -49,6 +49,7 @@
libpgport.a: $(OBJS)
$(AR) $(AROPT) $@ $^
+ $(RANLIB) libpgport.a
# thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
thread.o: thread.c