flex: Don't disable static while cross-compiling flex
linux-pam appears to rely on this while cross-compiling. (cherry picked from commit 4009dd163ac30cd25833bf7eb19b5e26e75c474f)
This commit is contained in:
parent
e6f9e82ee4
commit
715fcb4266
@ -39,6 +39,9 @@ stdenv.mkDerivation rec {
|
|||||||
export ac_cv_func_malloc_0_nonnull=yes
|
export ac_cv_func_malloc_0_nonnull=yes
|
||||||
export ac_cv_func_realloc_0_nonnull=yes
|
export ac_cv_func_realloc_0_nonnull=yes
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# linux-pam derivation relies on static archive
|
||||||
|
dontDisableStatic = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user