[Groonga-commit] groonga/groonga at 4db7c7d [master] Fix build error with bundled LZ4

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Apr 6 13:35:10 JST 2017


Kouhei Sutou	2017-04-06 13:35:10 +0900 (Thu, 06 Apr 2017)

  New Revision: 4db7c7d06f50263ce3466a0006eeca2ee6c53d5b
  https://github.com/groonga/groonga/commit/4db7c7d06f50263ce3466a0006eeca2ee6c53d5b

  Message:
    Fix build error with bundled LZ4
    
    GitHub: fix #647
    
    Reported by Hiroshi Hatake. Thanks!!!

  Modified files:
    bundled_lz4_version
    vendor/download_lz4.rb

  Modified: bundled_lz4_version (+1 -1)
===================================================================
--- bundled_lz4_version    2017-04-06 12:07:02 +0900 (535cc4d)
+++ bundled_lz4_version    2017-04-06 13:35:10 +0900 (6a126f4)
@@ -1 +1 @@
-v1.7.5
+1.7.5

  Modified: vendor/download_lz4.rb (+1 -1)
===================================================================
--- vendor/download_lz4.rb    2017-04-06 12:07:02 +0900 (7dfce19)
+++ vendor/download_lz4.rb    2017-04-06 13:35:10 +0900 (f959094)
@@ -50,5 +50,5 @@ def download(url, base)
   FileUtils.rm_rf(tar_gz)
 end
 
-download("https://github.com/lz4/lz4/archive/#{lz4_version}.tar.gz",
+download("https://github.com/lz4/lz4/archive/v#{lz4_version}.tar.gz",
          lz4_base)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る