vcpkg/ports/libidn2/disable-subdirs.patch
Kai Pastor c0cb0414b7
[libidn2] Update to 2.3.7 [libgnutls] Fix android (#37196)
libidn2: Enable android support.

libgnutls: CCAS defaults to CC, but CCASFLAGS would lack what we move to
CPPFLAGS.

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-05-29 00:59:46 -07:00

21 lines
602 B
Diff

diff --git a/Makefile.am b/Makefile.am
index 3c8179c..f37158c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,7 @@
DISTCHECK_CONFIGURE_FLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf --disable-gcc-warnings
SUBDIRS = gl unistring lib src examples fuzz po
+SUBDIRS = gl unistring lib src po
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I unistring/m4
EXTRA_DIST = gl/m4/gnulib-cache.m4
@@ -23,7 +24,6 @@ if ENABLE_DOC
SUBDIRS += doc
endif
-SUBDIRS += tests
EXTRA_DIST += cfg.mk maint.mk CONTRIBUTING.md README.md
EXTRA_DIST += COPYING COPYING.LESSERv3 COPYING.unicode COPYINGv2