From 9dd3dbe2c7e3ab20b4706b0ed1489ba4c9e9f124 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sun, 25 Sep 2011 23:16:16 +0000 Subject: [PATCH] fdm: remove -I- from GNUmakefile. Fixes build on i686 svn path=/nixpkgs/trunk/; revision=29485 --- pkgs/tools/networking/fdm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/fdm/default.nix b/pkgs/tools/networking/fdm/default.nix index 0f563cb892af..052367400efc 100644 --- a/pkgs/tools/networking/fdm/default.nix +++ b/pkgs/tools/networking/fdm/default.nix @@ -33,7 +33,7 @@ rec { sed -i */Makefile -i Makefile -e 's@ -o root @ @' sed -i GNUmakefile -e 's@ -g $(BIN_OWNER) @ @' sed -i GNUmakefile -e 's@ -o $(BIN_GROUP) @ @' - sed -i */Makefile -i Makefile -e 's@-I-@@g' + sed -i */Makefile -i Makefile -i GNUmakefile -e 's@-I-@@g' '') ["minInit" "doUnpack"]; meta = {