diff options
Diffstat (limited to 'Library/Formula/haproxy.rb')
| -rw-r--r-- | Library/Formula/haproxy.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/haproxy.rb b/Library/Formula/haproxy.rb index 3cf653342..a6ac7939d 100644 --- a/Library/Formula/haproxy.rb +++ b/Library/Formula/haproxy.rb @@ -9,8 +9,8 @@ class Haproxy <Formula inreplace 'Makefile' do |contents| contents.change_make_var! 'PREFIX', prefix contents.change_make_var! 'DOCDIR', doc - # use our CC, LD, CFLAGS and LDFLAGS - contents.remove_make_var! %w[LDFLAGS CFLAGS CC LD] + # use our CC, CFLAGS and LDFLAGS + contents.remove_make_var! %w[LDFLAGS CFLAGS CC] end # We build generic since the Makefile.osx doesn't appear to work |
