Merge pull request #2751 from bluca/centos6

Problem: CentOS 6 build fails
This commit is contained in:
Jim Klimov 2017-09-18 01:32:49 +02:00 committed by GitHub
commit 9071265c02

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