Merge: php84Extensions.mysqlnd: enable --with-mysqlnd-ssl flag (#380132)

This commit is contained in:
Maximilian Bosch
2025-02-07 18:11:10 +01:00
committed by GitHub
+1 -1
View File
@@ -43,7 +43,6 @@
uwimap,
valgrind,
zlib,
fetchpatch,
}:
lib.makeScope pkgs.newScope (
@@ -544,6 +543,7 @@ lib.makeScope pkgs.newScope (
zlib
openssl
];
configureFlags = [ "--with-mysqlnd-ssl" ];
# The configure script doesn't correctly add library link
# flags, so we add them to the variable used by the Makefile
# when linking.