- build with -fsigned-char
This commit is contained in:
parent
2754012ff3
commit
2bc7ee735e
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: http-parser
|
Name: http-parser
|
||||||
Version: %{somajor}.%{sominor}
|
Version: %{somajor}.%{sominor}
|
||||||
Release: 3.20100911git%{?dist}
|
Release: 4.20100911git%{?dist}
|
||||||
Summary: HTTP request/response parser for C
|
Summary: HTTP request/response parser for C
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -38,8 +38,8 @@ Development headers and libraries for htt-parser.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CC="%{__cc} %{optflags} -fPIC" http_parser.o
|
make %{?_smp_mflags} CC="%{__cc} %{optflags} -fsigned-char -fPIC" http_parser.o
|
||||||
%{__cc} $(rpm --eval %optflags) -Wl,-soname,http_parser.so.%{somajor} \
|
%{__cc} %{optflags} -Wl,-soname,http_parser.so.%{somajor} \
|
||||||
-o libhttp_parser.so -shared http_parser.o
|
-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
|
%check
|
||||||
make %{?_smp_mflags} CC="%{__cc} %{optflags} -fPIC" test
|
make %{?_smp_mflags} CC="%{__cc} %{optflags} -fsigned-char -fPIC" test
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 4 2010 Dan Horák <dan[at]danny.cz> - 0.3-4.20100911git
|
||||||
|
- build with -fsigned-char
|
||||||
|
|
||||||
* Wed Sep 29 2010 jkeating - 0.3-3.20100911git
|
* Wed Sep 29 2010 jkeating - 0.3-3.20100911git
|
||||||
- Rebuilt for gcc bug 634757
|
- Rebuilt for gcc bug 634757
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user