Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion spec/haproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ possibility not to expose fragile web servers to the net.
use_regparm="USE_REGPARM=1"
%endif

make %{?_smp_mflags} CPU="generic" TARGET="linux26" USE_PCRE=1 USE_OPENSSL=1 USE_ZLIB=1 ${use_regparm}
%ifarch %ix86
use_march="CFLAGS=-march=i486"
%endif

make %{?_smp_mflags} CPU="generic" TARGET="linux26" USE_PCRE=1 USE_OPENSSL=1 USE_ZLIB=1 ${use_regparm} ${use_march}

pushd contrib/halog
make halog
Expand Down