forked from mirrors/nixpkgs
match libc, instead of useAndroidPrebuilt
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
2b6bf950e7
commit
2870a5e506
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
hardeningDisable = [ "format" ]
|
||||
# https://android.googlesource.com/platform/bionic/+/1342527b5791a53bf441322ab9adf41c8e060a1e%5E2..1342527b5791a53bf441322ab9adf41c8e060a1e/
|
||||
++ optional (stdenv.hostPlatform.useAndroidPrebuilt or false) "fortify";
|
||||
++ optional (stdenv.hostPlatform.libc == "bionic") "fortify";
|
||||
|
||||
outputs = [ "out" "dev" "man" "doc" "info" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue