From 2b38311d37d9246e56b8c835a2098f3146d6c5f51d22608b62970f9577ab25a2 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 17 Mar 2011 10:43:47 +0000 Subject: [PATCH] dont autoreeconf OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=16 --- strace.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/strace.spec b/strace.spec index 795269a..d958cdf 100644 --- a/strace.spec +++ b/strace.spec @@ -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