Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
rsyslog
rsyslog-pgsql-pkg-config.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rsyslog-pgsql-pkg-config.patch of Package rsyslog
Index: rsyslog-8.39.0/configure.ac =================================================================== --- rsyslog-8.39.0.orig/configure.ac +++ rsyslog-8.39.0/configure.ac @@ -794,24 +794,7 @@ AC_ARG_ENABLE(pgsql, [enable_pgsql=no] ) if test "x$enable_pgsql" = "xyes"; then - AC_CHECK_PROG( - [PG_CONFIG], - [pg_config], - [pg_config], - [no],,, - ) - if test "x${PG_CONFIG}" = "xno"; then - AC_MSG_FAILURE([pg_config not found]) - fi - AC_CHECK_LIB( - [pq], - [PQconnectdb], - [PGSQL_CFLAGS="-I`$PG_CONFIG --includedir`" - PGSQL_LIBS="-L`$PG_CONFIG --libdir` -lpq" - ], - [AC_MSG_FAILURE([PgSQL library is missing])], - [-L`$PG_CONFIG --libdir`] - ) + PKG_CHECK_MODULES([PGSQL], [libpq]) fi AM_CONDITIONAL(ENABLE_PGSQL, test x$enable_pgsql = xyes) AC_SUBST(PGSQL_CFLAGS)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor