dont autoreeconf

OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=16
This commit is contained in:
Marcus Meissner 2011-03-17 10:43:47 +00:00 committed by Git OBS Bridge
parent ab0b335ebb
commit 2b38311d37

View File

@ -58,13 +58,10 @@ export CFLAGS="$RPM_OPT_FLAGS"
%ifarch alpha
CFLAGS="$CFLAGS -ffixed-8"
%endif
# strace-add-support-for-block-ioctls.patch modifies Makefile.am
autoreconf -fi
./configure \
%configure \
%ifarch %sparc
--host=%_target_platform \
--host=%_target_platform
%endif
--prefix=%{_prefix} --mandir=%{_mandir}
make %{?_smp_mflags}
%check