SOURCES: sphinx-DESTDIR.patch (NEW), sphinx-offset_t.patch (NEW) -...
glen
glen at pld-linux.org
Tue Mar 13 09:59:43 CET 2007
Author: glen Date: Tue Mar 13 08:59:43 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- add
---- Files affected:
SOURCES:
sphinx-DESTDIR.patch (NONE -> 1.1) (NEW), sphinx-offset_t.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/sphinx-DESTDIR.patch
diff -u /dev/null SOURCES/sphinx-DESTDIR.patch:1.1
--- /dev/null Tue Mar 13 09:59:43 2007
+++ SOURCES/sphinx-DESTDIR.patch Tue Mar 13 09:59:38 2007
@@ -0,0 +1,10 @@
+--- sphinx-0.9.7-rc2/Makefile.am~ 2006-06-18 13:05:50.000000000 +0300
++++ sphinx-0.9.7-rc2/Makefile.am 2007-03-13 10:51:58.309541395 +0200
+@@ -3,6 +3,6 @@
+ sysconf_DATA = sphinx.conf.dist example.sql
+
+ install-data-hook:
+- mkdir -p $(localstatedir)/data && mkdir -p $(localstatedir)/log
++ mkdir -p $(DESTDIR)$(localstatedir)/data && mkdir -p $(DESTDIR)$(localstatedir)/log
+
+
================================================================
Index: SOURCES/sphinx-offset_t.patch
diff -u /dev/null SOURCES/sphinx-offset_t.patch:1.1
--- /dev/null Tue Mar 13 09:59:43 2007
+++ SOURCES/sphinx-offset_t.patch Tue Mar 13 09:59:38 2007
@@ -0,0 +1,11 @@
+--- sphinx-0.9.7-rc2/src/sphinx.cpp~ 2006-12-14 23:21:06.000000000 +0200
++++ sphinx-0.9.7-rc2/src/sphinx.cpp 2007-03-13 10:49:26.646111169 +0200
+@@ -87,7 +87,7 @@
+ // COMPILE-TIME CHECKS
+ /////////////////////////////////////////////////////////////////////////////
+
+-STATIC_SIZE_ASSERT ( SphOffset_t, 8 );
++STATIC_SIZE_ASSERT ( SphOffset_t, 4 );
+
+ /////////////////////////////////////////////////////////////////////////////
+ // INTERNAL PROFILER
================================================================
More information about the pld-cvs-commit
mailing list