From 95306529f5e78091b922b0f88a3da474931412d7 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 20 Jan 2014 15:24:07 +0200 Subject: [PATCH] - Yup, its Monday... we need explicit autoreconf to handle automake 1.13 -> 1.14 on rawhide, and that needs libtool as well temporarily (http://geekandpoke.typepad.com/geekandpoke/2011/11/temporarily.html) --- rpm.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index aaba445..18c98a0 100644 --- a/rpm.spec +++ b/rpm.spec @@ -119,7 +119,7 @@ BuildRequires: xz-devel%{_isa} >= 4.999.8 # Only required by sepdebugcrcfix patch BuildRequires: binutils-devel # Couple of patches change makefiles so, require for now... -BuildRequires: automake +BuildRequires: automake libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -286,6 +286,8 @@ CPPFLAGS="$CPPFLAGS `pkg-config --cflags nss`" CFLAGS="$RPM_OPT_FLAGS" export CPPFLAGS CFLAGS LDFLAGS +autoreconf -i -f + # Using configure macro has some unwanted side-effects on rpm platform # setup, use the old-fashioned way for now only defining minimal paths. ./configure \