--- rpms/ipsvd/sme8/ipsvd.spec 2013/12/25 21:15:46 1.7 +++ rpms/ipsvd/sme8/ipsvd.spec 2013/12/26 20:52:39 1.8 @@ -1,4 +1,4 @@ -# $Id: ipsvd.spec,v 1.6 2008/04/09 13:51:50 slords Exp $ +# $Id: ipsvd.spec,v 1.7 2013/12/25 21:15:46 charliebrady Exp $ Summary: internet protocol service daemons Name: ipsvd @@ -11,7 +11,6 @@ Source: %{name}-%{version}.tar.gz Source1: matrixssl-1-8-3-open.tar.gz Patch0: matrix.decode.debug.patch Patch1: tcpsvd_keepalive.patch -BuildRequires: dietlibc BuildRoot: %{_tmppath}/%{name}-root %description @@ -39,6 +38,7 @@ ipsvd can be used to run services normal %changelog * Wed Dec 25 2013 Charlie Brady 0.12.1-06 - Add option to tcpsvd to set socket keepalive. Code provided by Chris Maltby. + Don't use dietlibc for build, as it's not available on the build server. [SME: 8084] * Sat Oct 6 2007 Charlie Brady 0.12.1-05 @@ -140,8 +140,8 @@ ln -s matrixssl-1-8-3-open net/%{name}-% %build cd net/%{name}-%{version} -echo 'diet -Os gcc -O2 -Wall' >src/conf-cc -echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld +echo 'gcc -O2 -Wall' >src/conf-cc +echo 'gcc -s -Os -pipe' >src/conf-ld ./package/compile cd compile #patch -p0 < %{PATCH0}