Enable multithreading for cfitsio (#168579)

This commit is contained in:
Sophie Taylor 2022-05-09 09:23:01 +10:00 committed by GitHub
parent 884ba7d525
commit 419af30452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
patches = [ ./darwin-rpath-universal.patch ];
configureFlags = [ "--with-bzip2=${bzip2.out}" ];
configureFlags = [ "--with-bzip2=${bzip2.out}" "--enable-reentrant" ];
hardeningDisable = [ "format" ];