drizzle - don't strip bin/sbin

For whatever reason, stripping sbin/drizzled removes the symbol
_drizzled_auth_all_plugin_ which makes drizzled crash on start.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Daniel DeLeo 2011-03-20 20:47:14 -07:00 committed by Adam Vandenberg
parent 082dda8e93
commit aec907c468

View file

@ -13,6 +13,8 @@ class Drizzle < Formula
depends_on 'libgcrypt'
depends_on 'readline'
skip_clean ['sbin', 'bin']
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"