haproxy: use CC as linker

Got an error when linking with ld (x86_64 symbols not found).
master
David Höppner 2010-02-22 11:47:43 +01:00
parent 89fd36f663
commit 927b963112
1 changed files with 2 additions and 2 deletions

View File

@ -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