fix build failure, add include directory
(cherry picked from commit 2c8d2758dba4e9a592a315af2fe30e5130638676)
This commit is contained in:
parent
9dde078602
commit
80dda55880
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: webbench
|
Name: webbench
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: simple tool for benchmarking WWW or proxy servers
|
Summary: simple tool for benchmarking WWW or proxy servers
|
||||||
License: GPL-1.0-or-later
|
License: GPL-1.0-or-later
|
||||||
URL: http://home.tiscali.cz/~cz210552/webbench.html
|
URL: http://home.tiscali.cz/~cz210552/webbench.html
|
||||||
@ -23,6 +23,8 @@ Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork()
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
ADDITIONAL=' -ggdb -W -I/usr/include/tirpc'
|
||||||
|
CFLAGS+=$ADDITIONAL
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -42,6 +44,9 @@ Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork()
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 28 2023 Ge Wang <wang__ge@126.com> - 1.5-4
|
||||||
|
- Fix build error, add include directory
|
||||||
|
|
||||||
* Mon Jul 18 2022 wangkai <wangkai385@h-partners.com> - 1.5-3
|
* Mon Jul 18 2022 wangkai <wangkai385@h-partners.com> - 1.5-3
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user