summaryrefslogtreecommitdiff
path: root/homebrew/haproxy/.make.sh-auto
blob: f322557d7929440564a047de9fd1d0ed7cf92bed (plain)
1
2
3
4
5
pkg:setup
args = %w[TARGET=generic USE_KQUEUE=1 USE_POLL=1 USE_PCRE=1 USE_OPENSSL=1 USE_THREAD=1 USE_ZLIB=1 ADDLIB=-lcrypto ]
make CC=${PKG_TARG}-clang CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} *args
man1.install "doc/haproxy.1"
bin.install "haproxy"