Branch: refs/heads/master
Home: https://github.com/NixOS/nix
Commit: c6acb219f9312ee3c8e1ac83d2b490401f8b9a9d
https://github.com/NixOS/nix/commit/c6acb219f9312ee3c8e1ac83d2b490401f8b9a9d
Author: Eelco Dolstra <[email protected]>
Date: 2012-05-04 (Fri, 04 May 2012)
Changed paths:
M perl/Makefile.am
Log Message:
-----------
Drop the Perl-specific CFLAGS
This fixes the Darwin build (http://hydra.nixos.org/build/2517380).
Hopefully it doesn't break other builds.
diff --git a/perl/Makefile.am b/perl/Makefile.am
index 50e68f1..d02c540 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 $@
================================================================
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits