Adding a required option to uclibc for util-linux-ng (the git master version,

not that of nixpkgs, which still has bugs) to link well with uclibc.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18852
This commit is contained in:
Lluís Batlle i Rossell 2009-12-09 13:33:23 +00:00
parent 48bb7745e7
commit 60788973d0

View file

@ -38,6 +38,7 @@ stdenv.mkDerivation {
-e 's@^DEVEL_PREFIX.*@DEVEL_PREFIX="/"@' \
-e 's@.*UCLIBC_HAS_WCHAR.*@UCLIBC_HAS_WCHAR=y@' \
-e 's@.*DO_C99_MATH.*@DO_C99_MATH=y@' \
-e 's@.*UCLIBC_HAS_PROGRAM_INVOCATION_NAME.*@UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y@' \
${configArmEABI} \
${configBigEndian} \
-i .config