From 2bc7ee735e49786b1bc073acd81c89b084bb6b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 4 Nov 2010 10:21:28 +0100 Subject: [PATCH] - build with -fsigned-char --- http-parser.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/http-parser.spec b/http-parser.spec index c75040a..9eeb042 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -3,7 +3,7 @@ Name: http-parser Version: %{somajor}.%{sominor} -Release: 3.20100911git%{?dist} +Release: 4.20100911git%{?dist} Summary: HTTP request/response parser for C Group: System Environment/Libraries @@ -38,8 +38,8 @@ Development headers and libraries for htt-parser. %build -make %{?_smp_mflags} CC="%{__cc} %{optflags} -fPIC" http_parser.o -%{__cc} $(rpm --eval %optflags) -Wl,-soname,http_parser.so.%{somajor} \ +make %{?_smp_mflags} CC="%{__cc} %{optflags} -fsigned-char -fPIC" http_parser.o +%{__cc} %{optflags} -Wl,-soname,http_parser.so.%{somajor} \ -o libhttp_parser.so -shared http_parser.o @@ -54,7 +54,7 @@ ln -sf libhttp_parser.so.%{somajor}.%{sominor} $RPM_BUILD_ROOT%{_libdir}/libhttp %check -make %{?_smp_mflags} CC="%{__cc} %{optflags} -fPIC" test +make %{?_smp_mflags} CC="%{__cc} %{optflags} -fsigned-char -fPIC" test %clean @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 4 2010 Dan HorĂ¡k - 0.3-4.20100911git +- build with -fsigned-char + * Wed Sep 29 2010 jkeating - 0.3-3.20100911git - Rebuilt for gcc bug 634757