Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 24, 2024
1 parent d75bdd7 commit 2296701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion postgresql-libpq-configure/configure
Original file line number Diff line number Diff line change
Expand Up @@ -3570,7 +3570,7 @@ then :
ac_cv_POSTGRESQL_LIBS="$POSTGRESQL_LIBS"
fi
postgresql_version_req=14.13
postgresql_version_req=14.12
found_postgresql="no"
POSTGRESQL_VERSION=""
Expand Down
2 changes: 1 addition & 1 deletion postgresql-libpq-configure/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIRS([m4])
AC_PROG_CC
AC_PROG_SED

AX_LIB_POSTGRESQL([14.13])
AX_LIB_POSTGRESQL([14.12])

POSTGRESQL_EXTRA_LIBS="pq"
POSTGRESQL_LIBDIR=$(echo "$POSTGRESQL_LDFLAGS"|$SED 's/-L//')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extra-source-files: CHANGELOG.md
library
default-language: Haskell2010
build-depends: base <5
pkgconfig-depends: libpq >=14.13
pkgconfig-depends: libpq >=14.12

source-repository head
type: git
Expand Down

0 comments on commit 2296701

Please sign in to comment.