Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
stressapptest
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 10
[-]
[+]
Changed
stressapptest.spec
@@ -6,6 +6,7 @@ Summary: Stressful application test Url: http://code.google.com/p/stressapptest/ Source: http://stressapptest.googlecode.com/files/%{name}-%{version}_autoconf.tar.bz2 +Patch0: stressapptest-aio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ libaio-devel libaio @@ -18,9 +19,10 @@ %prep %setup -n %{name}-%{version}_autoconf +%patch0 %build -export LDFLAGS="-laio -L/%{_lib}" +autoreconf -fi %configure || cat config.log