package/poco: Do not unpack libpq-fs.h

The file was introduced in the project when postgresql support was added,
and has since never been used by the project internally.

They already depend on postgresql when the option is selected, so
let the postgresql package provide the header. Otherwise, the header
file provided by poco conflicts with the one provided by postgresql.

Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: John Ernberg <j@j-ernberg.se>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
John Ernberg
2026-05-10 21:38:25 +02:00
committed by Arnout Vandecappelle
parent 7a5b27453f
commit 6fda245fea

View File

@@ -11,6 +11,8 @@ POCO_LICENSE_FILES = LICENSE
POCO_CPE_ID_VENDOR = pocoproject
POCO_INSTALL_STAGING = YES
POCO_EXCLUDES = **/libpq/libpq-fs.h
POCO_DEPENDENCIES = \
pcre2 \
utf8proc \