Merge pull request #270781 from emilytrau/poco-musl
poco: fix static build
This commit is contained in:
@@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
|
||||
MYSQL_DIR = libmysqlclient;
|
||||
MYSQL_INCLUDE_DIR = "${MYSQL_DIR}/include/mysql";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DPOCO_UNBUNDLED=ON"
|
||||
configureFlags = [
|
||||
"--unbundled"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
|
||||
Reference in New Issue
Block a user