nixpkgs/pkgs/servers/search/groonga/do-not-use-vendored-libraries.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
431 B
Diff
Raw Normal View History

2023-11-25 05:20:00 +01:00
Do not use vendored libraries
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -14,10 +14,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
add_subdirectory(onigmo)
-add_subdirectory(mruby)
-add_subdirectory(mecab)
-add_subdirectory(message_pack)
if(GRN_WITH_MRUBY)
add_subdirectory(groonga-log)
endif()