diff --git a/pkgs/os-specific/linux/aufs2/default.nix b/pkgs/os-specific/linux/aufs2/default.nix index 4b0b05039c4..6e87546c6a9 100644 --- a/pkgs/os-specific/linux/aufs2/default.nix +++ b/pkgs/os-specific/linux/aufs2/default.nix @@ -19,6 +19,14 @@ stdenv.mkDerivation { kernelSource=$(echo $(pwd)/linux-*) cp -prd $kernelBuild/* $kernelSource + # Looks like GCC3 and GCC4 protect stack differently + # We do have the protection with recent GCC3 and GCC4, so override + # the check + chmod u+w $kernelSource/scripts/gcc-x86_32-has-stack-protector.sh + chmod u+w $kernelSource/scripts/gcc-x86_64-has-stack-protector.sh + echo echo y > $kernelSource/scripts/gcc-x86_32-has-stack-protector.sh + echo echo y > $kernelSource/scripts/gcc-x86_64-has-stack-protector.sh + export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$PWD/include" make KDIR=$kernelSource aufs.ko diff --git a/pkgs/os-specific/linux/aufs2/src-for-default.nix b/pkgs/os-specific/linux/aufs2/src-for-default.nix index 3744d6f2e89..ba44a60f58c 100644 --- a/pkgs/os-specific/linux/aufs2/src-for-default.nix +++ b/pkgs/os-specific/linux/aufs2/src-for-default.nix @@ -1,8 +1,8 @@ rec { - version="4c023a5ec2703cfea465b7ecd6f16b3ef156e5d5"; - name="aufs2-4c023a5ec2703cfea465b7ecd6f16b3ef156e5d5"; - hash="8858eb487db24e9cf524d9428a3fdf8861ee366ddf22f41b446f52490a92da2b"; - rev="4c023a5ec2703cfea465b7ecd6f16b3ef156e5d5"; + version="a5883982f82ce927b3cbd8fc9c8d05865fc43bd9"; + name="aufs2-a5883982f82ce927b3cbd8fc9c8d05865fc43bd9"; + hash="7ea6f267b2b622b85112624ecc98b1c5a6486172efc355b475ad0ff23ce277a5"; + rev="a5883982f82ce927b3cbd8fc9c8d05865fc43bd9"; url="http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git";