[openwrt/openwrt] tools/expat: enable DTD

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 13 01:10:54 PST 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cca5367f2726c7fbe319cf97330903ee7a4c00ee

commit cca5367f2726c7fbe319cf97330903ee7a4c00ee
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Mar 12 14:58:10 2022 -0800

    tools/expat: enable DTD
    
    Fixes gdb usage, which depends on it.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 tools/expat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index 82d0fb14f9..fc339f818a 100644
--- a/tools/expat/Makefile
+++ b/tools/expat/Makefile
@@ -26,7 +26,7 @@ CMAKE_HOST_OPTIONS += \
 	-DEXPAT_BUILD_DOCS=OFF \
 	-DEXPAT_WITH_LIBBSD=OFF \
 	-DEXPAT_ENABLE_INSTALL=ON \
-	-DEXPAT_DTD=OFF \
+	-DEXPAT_DTD=ON \
 	-DEXPAT_NS=OFF \
 	-DEXPAT_DEV_URANDOM=OFF
 




More information about the lede-commits mailing list