x264: unset GREP_OPTIONS
This commit is contained in:
parent
8dee36dd2c
commit
47171bdf3f
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue