You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/pgpool2/files/pgpool-configure-pthread.patch

14 lines
251 B

--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,10 @@
dnl Checks for programs.
AC_PROG_CC
+AX_PTHREAD
+LIBS="$PTHREAD_LIBS $LIBS"
+CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+CC="$PTHREAD_CC"
AM_INIT_AUTOMAKE([foreign no-dependencies subdir-objects])