Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tokumx/files: tokumx-disable-bundled-libs.patch
Date: Fri, 01 Aug 2014 21:00:22
Message-Id: 20140801210017.7A84020035@flycatcher.gentoo.org
1 grknight 14/08/01 21:00:15
2
3 Added: tokumx-disable-bundled-libs.patch
4 Log:
5 Revision bump to use less bundled libs and fix documentation install. Ack by chainsaw
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 dev-db/tokumx/files/tokumx-disable-bundled-libs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokumx/files/tokumx-disable-bundled-libs.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokumx/files/tokumx-disable-bundled-libs.patch?rev=1.1&content-type=text/plain
14
15 Index: tokumx-disable-bundled-libs.patch
16 ===================================================================
17 diff -auwrN a/src/third_party/ft-index/CMakeLists.txt b/src/third_party/ft-index/CMakeLists.txt
18 --- a/src/third_party/ft-index/CMakeLists.txt 2014-08-01 04:37:33.000000000 -0400
19 +++ b/src/third_party/ft-index/CMakeLists.txt 2014-08-01 10:38:28.134869689 -0400
20 @@ -35,7 +35,6 @@
21 include(TokuFeatureDetection)
22 include(TokuSetupCompiler)
23 include(TokuSetupCTest)
24 -include(TokuThirdParty)
25
26 set(TOKU_CMAKE_SCRIPT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
27 include(TokuMergeLibs)