about summary refs log tree commit diff
path: root/perl
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-04T22·50-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-04T22·50-0400
commitc6acb219f9312ee3c8e1ac83d2b490401f8b9a9d (patch)
treef95c3fcb839519c859f6ff433f2333be015bc9bd /perl
parent56c82f3d9dec34eeaa124c61b20af4ae67f827a2 (diff)
Drop the Perl-specific CFLAGS
This fixes the Darwin build (http://hydra.nixos.org/build/2517380).
Hopefully it doesn't break other builds.
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am3
1 files changed, 1 insertions, 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 $@