From c6acb219f9312ee3c8e1ac83d2b490401f8b9a9d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 4 May 2012 18:50:34 -0400 Subject: [PATCH] Drop the Perl-specific CFLAGS This fixes the Darwin build (http://hydra.nixos.org/build/2517380). Hopefully it doesn't break other builds. --- perl/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl/Makefile.am b/perl/Makefile.am index 50e68f17ea..d02c540330 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -22,8 +22,7 @@ libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la AM_CXXFLAGS = \ -I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \ - -I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE \ - $(shell $(perl) -e 'use Config; print $$Config{ccflags};') + -I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE lib/Nix/Store.cc: lib/Nix/Store.xs xsubpp $^ -output $@