diff options
| author | Yoji SHIDARA | 2012-08-01 15:04:25 +0900 |
|---|---|---|
| committer | Jack Nagel | 2012-08-01 23:54:24 -0500 |
| commit | 8330960dc04301ef119c7bcf76c6cd034217f64b (patch) | |
| tree | fcfa9c32b4cfb84b98877d920bda19b23a4a5c54 /Library/Formula | |
| parent | 39465cc83a3905e311fa4c5cf33add8c9ca31076 (diff) | |
| download | homebrew-8330960dc04301ef119c7bcf76c6cd034217f64b.tar.bz2 | |
groonga 2.0.5
Closes #13841.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/groonga.rb | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/Library/Formula/groonga.rb b/Library/Formula/groonga.rb index bb6a9fddf..41ea5c45d 100644 --- a/Library/Formula/groonga.rb +++ b/Library/Formula/groonga.rb @@ -2,35 +2,13 @@ require 'formula' class Groonga < Formula homepage 'http://groonga.org/' - url 'http://packages.groonga.org/source/groonga/groonga-2.0.4.tar.gz' - sha1 '1000fd087a382da7e7e5f8679fbaa3b61b3e954e' + url 'http://packages.groonga.org/source/groonga/groonga-2.0.5.tar.gz' + sha1 '0256c3e5e800e9763995b31e0864268e6a40678c' depends_on 'msgpack' - # Patches are upstream and should be removed in the next release. See: - # https://github.com/groonga/groonga/commit/690db3c1610cba7c8e4225a64ded72a1fe90053a - # https://github.com/groonga/groonga/commit/26ec2251c28dda151c66f4a530f2330d009edb32 - def patches - DATA - end - def install system "./configure", "--prefix=#{prefix}", "--with-zlib" system "make install" end end - -__END__ -diff --git a/src/nginx-module/config b/src/nginx-module/config -index a25a377..7eafdf7 100644 ---- a/src/nginx-module/config -+++ b/src/nginx-module/config -@@ -6,7 +6,7 @@ groonga_strip_switch() - - if [ "$GROONGA_HTTPD_IN_TREE" = yes ]; then - groonga_cflags="${GROONGA_HTTPD_CFLAGS} -I ${GROONGA_HTTPD_IN_TREE_INCLUDE_PATH}" -- groonga_libs="-L ${GROONGA_HTTPD_IN_TREE_LINK_PATH} ${GROONGA_HTTPD_LIBS} -Wl,-rpath=${GROONGA_HTTPD_RPATH}" -+ groonga_libs="-L${GROONGA_HTTPD_IN_TREE_LINK_PATH} ${GROONGA_HTTPD_LIBS} -Wl,-rpath -Wl,${GROONGA_HTTPD_RPATH}" - - ngx_addon_name=ngx_http_groonga_module - HTTP_MODULES="$HTTP_MODULES ngx_http_groonga_module" |
