packages/libs/postgresql/patches/200-ranlib.patch
pavlov 580da2fd0c postgresql upgrade to 8.2.3, bringing in the server as well... this needs some data dir decisions to be made. to be discussed.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-09 23:25:36 +00:00

11 lines
322 B
Diff

--- postgresql-8.2.3/src/port/Makefile 2006-07-14 11:45:43.000000000 -0500
+++ new-postgresql-8.2.3/src/port/Makefile 2007-04-09 12:14:11.906032000 -0500
@@ -43,6 +43,7 @@
libpgport.a: $(LIBOBJS)
$(AR) $(AROPT) $@ $^
+ $(RANLIB) libpgport.a
thread.o: thread.c
$(CC) $(CFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -c $<