Home
last modified time | relevance | path

Searched refs:libpq (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-avoid-searching-host-for-postgresql.patch40 - if test -r $i/include/pgsql/libpq-fe.h; then
43 - # use AC_CHECK_HEADERS to check for pgsql/libpq-fe.h
48 - if test -r $i/include/postgresql/libpq-fe.h; then
56 - if test -r $i/include/libpq-fe.h; then
68 - FAIL_MESSAGE("PostgreSQL header file (libpq-fe.h)", $tmp)
72 - str="$PGSQL_DIR/$i/libpq.*"
84 - str="$ff/$i/libpq.*"
100 - FAIL_MESSAGE("postgresql library libpq", $tmp)
117 - AC_CHECK_HEADERS(pgsql/libpq-fe.h)
118 - AC_CHECK_HEADERS(postgresql/libpq-fe.h)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/
H A Dpostgresql.inc34 LEAD_SONAME = "libpq.so"
247 libpq libpq-dev libpq-staticdev \
254 libpq-dbg \
322 FILES:libpq = "${libdir}/libpq*${SOLIBS}"
323 FILES:libpq-dev = "${libdir}/libpq*${SOLIBSDEV} \
326 FILES:libpq-staticdev = "${libdir}/libpq*.a ${libdir}/libpgport.a"
327 SECTION:libpq-staticdev = "devel"
328 RDEPENDS:libpq-staticdev = "libpq-dev (= ${EXTENDPKGV})"
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py240 libpq = CDLL("libpq.so.5") variable
241 PQconnectdb = libpq.PQconnectdb
244 PQfinish = libpq.PQfinish
246 PQstatus = libpq.PQstatus
249 PQexec = libpq.PQexec
252 PQresultStatus = libpq.PQresultStatus
255 PQputCopyData = libpq.PQputCopyData
258 PQputCopyEnd = libpq.PQputCopyEnd
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-remove-some-checks-for-cross-compiling.patch99 # Find libpq headers and libraries
133 [AC_MSG_ERROR([libpq library version >= 9.2 is required])])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/
H A Dcollectd_5.12.0.bb35 PACKAGECONFIG[postgresql] = "--enable-postgresql --with-libpq=yes, \
36 --disable-postgresql --with-libpq=no,postgresql"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0006-Avoid-searching-host-dirs.patch158 FR_SMART_CHECK_INCLUDE(libpq-fe.h)
160 FR_MODULE_FAIL([libpq-fe.h])
169 FR_MODULE_FAIL([libpq])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/
H A Dpsqlodbc_16.00.0000.bb37 --with-libpq=${STAGING_LIBDIR}/.. \