Skip to content

Commit

Permalink
Merge pull request zeromq#2751 from bluca/centos6
Browse files Browse the repository at this point in the history
Problem: CentOS 6 build fails
  • Loading branch information
jimklimov authored Sep 17, 2017
2 parents 2e16788 + 40c1a3a commit 9071265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/redhat/zeromq.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 9071265

Please sign in to comment.