- 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)
This commit is contained in:
Panu Matilainen 2014-01-20 15:24:07 +02:00
parent 5d52c29bb2
commit 95306529f5
1 changed files with 3 additions and 1 deletions

View File

@ -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 \