summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2022-03-12 22:58:10 +0000
committerFelix Fietkau2022-03-13 09:10:30 +0000
commitcca5367f2726c7fbe319cf97330903ee7a4c00ee (patch)
treeb74d49b56ebe7259d515bf261f8dcb08ebab4580
parent3150e8bf3e58255241ffaeeec5e4063576518d90 (diff)
downloadopenwrt-cca5367f2726c7fbe319cf97330903ee7a4c00ee.tar.gz
tools/expat: enable DTD
Fixes gdb usage, which depends on it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--tools/expat/Makefile2
1 files changed, 1 insertions, 1 deletions
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