mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
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:
committed by
Arnout Vandecappelle
parent
7a5b27453f
commit
6fda245fea
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user