biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / search / groonga / do-not-use-vendored-libraries.patch
blob8729031f14cbcdeaeb22c017cd6c5ff68ae47455
1 Do not use vendored libraries
3 --- a/vendor/CMakeLists.txt
4 +++ b/vendor/CMakeLists.txt
5 @@ -14,10 +14,7 @@
6 # License along with this library; if not, write to the Free Software
7 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
9 add_subdirectory(onigmo)
10 -add_subdirectory(mruby)
11 -add_subdirectory(mecab)
12 -add_subdirectory(message_pack)
13 if(GRN_WITH_MRUBY)
14 add_subdirectory(groonga-log)
15 endif()