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 15, 2024
1 parent f36ce47 commit f6e3325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/updates/poco.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ POCO_OMIT = \
$(if $(BR2_PACKAGE_POCO_ZIP),,Zip)

# Always include Net component and echo that it's included
POCO_CONF_OPTS += --include=Net
POCO_CONF_OPTS += -DENABLE_NET=ON
$(info [INFO] Poco Net component included)

ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
Expand Down

0 comments on commit f6e3325

Please sign in to comment.