x264: unset GREP_OPTIONS

This commit is contained in:
Adam Vandenberg 2011-03-13 10:28:30 -07:00
parent 8dee36dd2c
commit 47171bdf3f

View file

@ -11,6 +11,8 @@ class X264 < Formula
depends_on 'yasm'
def install
# Having this set can fail the endian test!
ENV['GREP_OPTIONS'] = ''
system "./version.sh"
system "./configure", "--prefix=#{prefix}",
"--enable-shared"