small hack to get strace compiling with glibc 2.3.6

svn path=/nixpkgs/trunk/; revision=4340
This commit is contained in:
Armijn Hemel 2005-12-06 12:02:13 +00:00
parent e700b0964e
commit 5c461f8e7b

View file

@ -1,3 +1,5 @@
source $stdenv/setup
export CFLAGS="$CFLAGS -D_LINUX_QUOTA_VERSION=1"
genericBuild