mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
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:
parent
48bb7745e7
commit
60788973d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user