Drop the Perl-specific CFLAGS
This fixes the Darwin build (http://hydra.nixos.org/build/2517380). Hopefully it doesn't break other builds.
This commit is contained in:
		
							parent
							
								
									56c82f3d9d
								
							
						
					
					
						commit
						c6acb219f9
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -22,8 +22,7 @@ libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la | ||||||
| 
 | 
 | ||||||
| AM_CXXFLAGS = \ | AM_CXXFLAGS = \ | ||||||
|   -I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \ |   -I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \ | ||||||
|   -I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE \ |   -I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE | ||||||
|   $(shell $(perl) -e 'use Config; print $$Config{ccflags};') |  | ||||||
| 
 | 
 | ||||||
| lib/Nix/Store.cc: lib/Nix/Store.xs | lib/Nix/Store.cc: lib/Nix/Store.xs | ||||||
| 	xsubpp $^ -output $@ | 	xsubpp $^ -output $@ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue