Merge pull request #270781 from emilytrau/poco-musl

poco: fix static build
This commit is contained in:
Emily Trau
2023-11-29 16:48:35 +11:00
committed by GitHub
+2 -2
View File
@@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
MYSQL_DIR = libmysqlclient;
MYSQL_INCLUDE_DIR = "${MYSQL_DIR}/include/mysql";
cmakeFlags = [
"-DPOCO_UNBUNDLED=ON"
configureFlags = [
"--unbundled"
];
postFixup = ''