compile fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5098 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-14 22:18:00 +00:00
parent 46988db811
commit f9178d2499

View File

@ -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 $<