File tree 3 files changed +3
-3
lines changed
postgresql-libpq-configure
postgresql-libpq-pkgconfig
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3570,7 +3570,7 @@ then :
3570
3570
ac_cv_POSTGRESQL_LIBS=" $POSTGRESQL_LIBS "
3571
3571
fi
3572
3572
3573
- postgresql_version_req=14.13
3573
+ postgresql_version_req=14.12
3574
3574
found_postgresql=" no"
3575
3575
3576
3576
POSTGRESQL_VERSION=" "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIRS([m4])
5
5
AC_PROG_CC
6
6
AC_PROG_SED
7
7
8
- AX_LIB_POSTGRESQL ( [ 14.13 ] )
8
+ AX_LIB_POSTGRESQL ( [ 14.12 ] )
9
9
10
10
POSTGRESQL_EXTRA_LIBS="pq"
11
11
POSTGRESQL_LIBDIR=$(echo "$POSTGRESQL_LDFLAGS"|$SED 's/-L//')
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ extra-source-files: CHANGELOG.md
35
35
library
36
36
default-language : Haskell2010
37
37
build-depends : base < 5
38
- pkgconfig-depends : libpq >= 14.13
38
+ pkgconfig-depends : libpq >= 14.12
39
39
40
40
source-repository head
41
41
type : git
You can’t perform that action at this time.
0 commit comments