Problem: CentOS 6 build fails

Solution: use same autoconf workaround as for Debian 7, and manually
create the config directory
This commit is contained in:
Luca Boccassi 2017-09-17 20:44:28 +01:00
parent 2e167886cf
commit 40c1a3ab7e

View File

@ -144,6 +144,8 @@ sed -i "s/openpgm-[0-9].[0-9]/%{openpgm_pc}/g" \
configure*
%build
# Workaround for automake < 1.14 bug
mkdir -p config
autoreconf -fi
%configure --enable-drafts=%{DRAFTS} \
--with-pgm=%{PGM} \