httperf: fix syntax error

This commit is contained in:
Michael Gehring 2016-03-30 09:01:22 +02:00
parent 443bfd11a2
commit a8aff09753
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pkgname=httperf
version=0.9.0
revision=2
broken="/builddir/httperf-0.9.0/src/httperf.c:811: undefined reference to `SSLv3_client_method'"
broken="/builddir/httperf-0.9.0/src/httperf.c:811: undefined reference to 'SSLv3_client_method'"
build_style=gnu-configure
makedepends="libressl-devel"
short_desc="A tool for measuring web server performance"