this repo has no description

Merge pull request #26875 from mtelvers/postgresql

Fix PostgreSQL on Cygwin

Changed files
+2 -2
packages
conf-mingw-w64-postgresql-i686
conf-mingw-w64-postgresql-i686.1
conf-mingw-w64-postgresql-x86_64
conf-mingw-w64-postgresql-x86_64.1
+1 -1
packages/conf-mingw-w64-postgresql-i686/conf-mingw-w64-postgresql-i686.1/opam
···
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
available: os = "win32"
-
build: ["pkgconf" "--personality=i686-w64-mingw32" "postgresql"]
+
build: ["pkgconf" "--personality=i686-w64-mingw32" "libpq"]
depends: [
"conf-pkg-config" {build}
"conf-mingw-w64-gcc-i686" {build}
+1 -1
packages/conf-mingw-w64-postgresql-x86_64/conf-mingw-w64-postgresql-x86_64.1/opam
···
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
available: os = "win32"
-
build: ["pkgconf" "--personality=x86_64-w64-mingw32" "postgresql"]
+
build: ["pkgconf" "--personality=x86_64-w64-mingw32" "libpq"]
depends: [
"conf-pkg-config" {build}
"conf-mingw-w64-gcc-x86_64" {build}