[Xappy-changes] [xappy] r617 committed - external_posting_source/sortdatabase/Makefile: Fix to work with...

0 views
Skip to first unread message

xa...@googlecode.com

unread,
May 6, 2010, 9:18:57 AM5/6/10
to xappy-...@googlegroups.com
Revision: 617
Author: boulton.rj
Date: Thu May 6 06:17:57 2010
Log: external_posting_source/sortdatabase/Makefile: Fix to work with
latest xapian packages, by dropping the -1.1 suffix to
xapian-config. Thanks to Shane Evans for pointing it out.
http://code.google.com/p/xappy/source/detail?r=617

Modified:
/trunk/ChangeLog
/trunk/external_posting_source/sortdatabase/Makefile

=======================================
--- /trunk/ChangeLog Wed May 5 02:26:35 2010
+++ /trunk/ChangeLog Thu May 6 06:17:57 2010
@@ -1,3 +1,9 @@
+Thu May 06 13:17:09 GMT 2010 Richard Boulton <ric...@tartarus.org>
+
+ * external_posting_source/sortdatabase/Makefile: Fix to work with
+ latest xapian packages, by dropping the -1.1 suffix to
+ xapian-config. Thanks to Shane Evans for pointing it out.
+
Wed May 05 09:26:11 GMT 2010 Richard Boulton <ric...@tartarus.org>

* libs/build_xapian.sh: Use xapian-config not xapian-config-1.1,
=======================================
--- /trunk/external_posting_source/sortdatabase/Makefile Tue May 26
00:56:19 2009
+++ /trunk/external_posting_source/sortdatabase/Makefile Thu May 6
06:17:57 2010
@@ -2,10 +2,10 @@
all: sortdatabase

sortdatabase.lo: sortdatabase.cc
- libtool --mode=compile g++ `xapian-config-1.1 --cxxflags` $(CFLAGS) $? -c
-o $@
+ libtool --mode=compile g++ `xapian-config --cxxflags` $(CFLAGS) $? -c -o
$@

sortdatabase: sortdatabase.lo
- libtool --mode=link g++ `xapian-config-1.1 --ltlibs` $? -o $@
+ libtool --mode=link g++ `xapian-config --ltlibs` $? -o $@

.PHONY:clean

--
You received this message because you are subscribed to the Google Groups "xappy-changes" group.
To post to this group, send email to xappy-...@googlegroups.com.
To unsubscribe from this group, send email to xappy-change...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/xappy-changes?hl=en.

Reply all
Reply to author
Forward
0 new messages