Logoj0ke.net Open Build Service > Projects > internetx:projects:http > haproxy > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed haproxy.spec
x
 
1
@@ -19,7 +19,7 @@
2
 Source2:        %{name}.cfg
3
 Source3:        %{name}.logrotate
4
 
5
-BuildRequires:  pcre-devel 
6
+BuildRequires:  pcre-devel, openssl-devel
7
 
8
 
9
 Requires(pre):      %{_sbindir}/useradd
10
@@ -27,6 +27,7 @@
11
 Requires(preun):    /sbin/chkconfig, /sbin/service
12
 Requires(postun):   /sbin/service
13
 
14
+
15
 %description
16
 HA-Proxy is a TCP/HTTP reverse proxy which is particularly suited for high
17
 availability environments. Indeed, it can:
18
@@ -55,7 +56,7 @@
19
 regparm_opts="USE_REGPARM=1"
20
 %endif
21
 
22
-make %{?_smp_mflags} CPU="generic" TARGET="linux2628" USE_PCRE=1 ${regparm_opts} ADDINC="%{optflags}" USE_LINUX_TPROXY=1
23
+make %{?_smp_mflags} CPU="generic" TARGET="linux2628" USE_PCRE=1 ${regparm_opts} ADDINC="%{optflags}" USE_LINUX_TPROXY=1 USE_OPENSSL="1"
24
 
25
 # build the halog contrib program.
26
 pushd contrib/halog
27