feeds_packages_net_curl/patches/200-no_docs_tests.patch
sbwml e949f0e3d1 curl: update to 8.8.0
Signed-off-by: sbwml <admin@cooluc.com>
2024-05-24 12:50:34 +08:00

25 lines
669 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -87,7 +87,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) \
bin_SCRIPTS = curl-config
SUBDIRS = lib docs src scripts
-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
+DIST_SUBDIRS = $(SUBDIRS) packages include
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
@@ -196,12 +196,9 @@ cygwinbin:
if BUILD_DOCS
install-data-hook:
(cd include && $(MAKE) install)
- (cd docs && $(MAKE) install)
- (cd docs/libcurl && $(MAKE) install)
else
install-data-hook:
(cd include && $(MAKE) install)
- (cd docs && $(MAKE) install)
endif
# We extend the standard uninstall with a custom hook: