mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-db/pgpool2: Bump to 4.2.0
Now supports Pg 12 and 13. Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
This commit is contained in:
14
dev-db/pgpool2/files/pgpool-4.2.0-configure-pthread.patch
Normal file
14
dev-db/pgpool2/files/pgpool-4.2.0-configure-pthread.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff -Naruw pgpool-II-4.2.0.orig/configure.ac pgpool-II-4.2.0/configure.ac
|
||||
--- pgpool-II-4.2.0.orig/configure.ac 2020-11-25 20:25:42.000000000 -0500
|
||||
+++ pgpool-II-4.2.0/configure.ac 2020-12-16 06:40:11.150611861 -0500
|
||||
@@ -4,6 +4,10 @@
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_C99()
|
||||
+AX_PTHREAD
|
||||
+LIBS="$PTHREAD_LIBS $LIBS"
|
||||
+CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
||||
+CC="$PTHREAD_CC"
|
||||
|
||||
# Error out if the compiler does not support C99, as the codebase
|
||||
# relies on that.
|
||||
Reference in New Issue
Block a user