Accepting request 536375 from network:messaging:zeromq:git-stable
Fix build on CentOS 6 - autoreconf fails due to missing m4 directory OBS-URL: https://build.opensuse.org/request/show/536375 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/openpgm?expand=0&rev=11
This commit is contained in:
parent
40826716a9
commit
9a3656be7a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 12:47:51 UTC 2017 - luca.boccassi@gmail.com
|
||||
|
||||
- Create m4 directory before running autoreconf -fi to avoid build
|
||||
failure on CentOS 6 due to older version of autoconf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 13:22:06 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
|
@ -80,6 +80,7 @@ This subpackage contains the header files for OpenPGM.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
mkdir -p m4
|
||||
autoreconf -fi
|
||||
%{configure} \
|
||||
--disable-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user