From 298e6c473edb37adcd50b7e9295ac9dbe94d0e1e Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 7 Feb 2025 17:29:39 +0100 Subject: [PATCH] php84Extensions.mysqlnd: enable `--with-mysqlnd-ssl` flag --- pkgs/top-level/php-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/php-packages.nix b/pkgs/top-level/php-packages.nix index b6657c020ee8..978c42a0d305 100644 --- a/pkgs/top-level/php-packages.nix +++ b/pkgs/top-level/php-packages.nix @@ -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.