Skip to content

Commit

Permalink
Update poco.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 14, 2024
1 parent 3f681ba commit 4ba2d48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions external/updates/poco.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@ POCO_OMIT = \
PageCompiler \
$(if $(BR2_PACKAGE_POCO_ACTIVERECORD),,ActiveRecord) \
$(if $(BR2_PACKAGE_POCO_CPP_PARSER),,CppParser) \
$(if $(BR2_PACKAGE_POCO_CRYPTO),,Crypto) \
$(if $(BR2_PACKAGE_POCO_DATA),,Data) \
$(if $(BR2_PACKAGE_POCO_DATA_MYSQL),,Data/MySQL) \
$(if $(BR2_PACKAGE_POCO_DATA_SQLITE),,Data/SQLite) \
$(if $(BR2_PACKAGE_POCO_DATA_PGSQL),,Data/PostgreSQL) \
$(if $(BR2_PACKAGE_POCO_JSON),,JSON) \
$(if $(BR2_PACKAGE_POCO_JWT),,JWT) \
$(if $(BR2_PACKAGE_POCO_MONGODB),,MongoDB) \
Net \
$(if $(BR2_PACKAGE_POCO_NETSSL_OPENSSL),,NetSSL_OpenSSL) \
$(if $(BR2_PACKAGE_POCO_PDF),,PDF) \
$(if $(BR2_PACKAGE_POCO_PROMETHEUS),,Prometheus) \
$(if $(BR2_PACKAGE_POCO_REDIS),,Redis) \
Expand All @@ -44,7 +41,7 @@ POCO_OMIT = \
$(if $(BR2_PACKAGE_POCO_ZIP),,Zip)

ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
POCO_CONF_OPTS += --no-fpenvironment --no-wstring
POCO_CONF_OPTS += --no-fpenvironment --no-wstring --include=Net
endif

# architectures missing some FE_* in their fenv.h
Expand Down

0 comments on commit 4ba2d48

Please sign in to comment.