mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-11-04 12:17:39 +01:00 
			
		
		
		
	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:
		@@ -144,6 +144,8 @@ sed -i "s/openpgm-[0-9].[0-9]/%{openpgm_pc}/g" \
 | 
				
			|||||||
    configure*
 | 
					    configure*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%build
 | 
					%build
 | 
				
			||||||
 | 
					# Workaround for automake < 1.14 bug
 | 
				
			||||||
 | 
					mkdir -p config
 | 
				
			||||||
autoreconf -fi
 | 
					autoreconf -fi
 | 
				
			||||||
%configure --enable-drafts=%{DRAFTS} \
 | 
					%configure --enable-drafts=%{DRAFTS} \
 | 
				
			||||||
    --with-pgm=%{PGM} \
 | 
					    --with-pgm=%{PGM} \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user