clucene/clucene-core-2.3.3.4-usleep.patch
Rex Dieter 3693cab5ba 2.3.3.4-14.20130812.e8e3d20git
- 20130812 git snapshot
- fix tests
- %prep: explicitly delete bundled boost,zlib
2014-10-07 19:51:08 -05:00

12 lines
662 B
Diff

diff -up clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp.usleep clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp
--- clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp.usleep 2011-03-16 19:21:07.000000000 -0500
+++ clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp 2014-10-07 19:35:20.854480798 -0500
@@ -4,6 +4,7 @@
* Distributable under the terms of either the Apache License (Version 2.0) or
* the GNU Lesser General Public License, as specified in the COPYING file.
------------------------------------------------------------------------------*/
+#include <unistd.h>
#include "test.h"
DEFINE_MUTEX(searchMutex);