Skip to content

Commit 2296701

Browse files
committed
foo
1 parent d75bdd7 commit 2296701

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

postgresql-libpq-configure/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -3570,7 +3570,7 @@ then :
35703570
ac_cv_POSTGRESQL_LIBS="$POSTGRESQL_LIBS"
35713571
fi
35723572
3573-
postgresql_version_req=14.13
3573+
postgresql_version_req=14.12
35743574
found_postgresql="no"
35753575
35763576
POSTGRESQL_VERSION=""

postgresql-libpq-configure/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIRS([m4])
55
AC_PROG_CC
66
AC_PROG_SED
77

8-
AX_LIB_POSTGRESQL([14.13])
8+
AX_LIB_POSTGRESQL([14.12])
99

1010
POSTGRESQL_EXTRA_LIBS="pq"
1111
POSTGRESQL_LIBDIR=$(echo "$POSTGRESQL_LDFLAGS"|$SED 's/-L//')

postgresql-libpq-pkgconfig/postgresql-libpq-pkgconfig.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extra-source-files: CHANGELOG.md
3535
library
3636
default-language: Haskell2010
3737
build-depends: base <5
38-
pkgconfig-depends: libpq >=14.13
38+
pkgconfig-depends: libpq >=14.12
3939

4040
source-repository head
4141
type: git

0 commit comments

Comments
 (0)