Skip to content

Commit

Permalink
net/haproxy: fix build for i386.
Browse files Browse the repository at this point in the history
Patch from PR 260232 by diizzy.

PR: 260555
  • Loading branch information
Dmitry Sivachenko authored and Dmitry Sivachenko committed Dec 22, 2021
1 parent cf0b7b7 commit 56c987b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/haproxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ USE_RC_SUBR= haproxy
ALL_TARGET= all admin/halog/halog
MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \
USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \
CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}"
CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \
${MAKE_ARGS_${ARCH}}
MAKE_ARGS_i386= USE_LIBATOMIC=

OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX
OPTIONS_RADIO= PCRE
Expand Down

0 comments on commit 56c987b

Please sign in to comment.