Skip to content

Commit f0f88dc

Browse files
authored
Merge pull request #26875 from mtelvers/postgresql
Fix PostgreSQL on Cygwin
2 parents 6b5f49f + e6b4b6b commit f0f88dc

File tree

2 files changed

+2
-2
lines changed
  • 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

2 files changed

+2
-2
lines changed

packages/conf-mingw-w64-postgresql-i686/conf-mingw-w64-postgresql-i686.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "http://www.postgresql.org"
88
bug-reports: "https://github.com/ocaml/opam-repository/issues"
99
flags: conf
1010
available: os = "win32"
11-
build: ["pkgconf" "--personality=i686-w64-mingw32" "postgresql"]
11+
build: ["pkgconf" "--personality=i686-w64-mingw32" "libpq"]
1212
depends: [
1313
"conf-pkg-config" {build}
1414
"conf-mingw-w64-gcc-i686" {build}

packages/conf-mingw-w64-postgresql-x86_64/conf-mingw-w64-postgresql-x86_64.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "http://www.postgresql.org"
88
bug-reports: "https://github.com/ocaml/opam-repository/issues"
99
flags: conf
1010
available: os = "win32"
11-
build: ["pkgconf" "--personality=x86_64-w64-mingw32" "postgresql"]
11+
build: ["pkgconf" "--personality=x86_64-w64-mingw32" "libpq"]
1212
depends: [
1313
"conf-pkg-config" {build}
1414
"conf-mingw-w64-gcc-x86_64" {build}

0 commit comments

Comments
 (0)