Files
packages/net/curl/patches/200-no_docs_tests.patch
Ivan Pavlov 2834b40af6 curl: update to 8.19.0
changelog: https://curl.se/ch/8.19.0.html

Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
2026-03-13 20:02:05 +02:00

25 lines
640 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -72,7 +72,7 @@ DISTCLEANFILES = buildinfo.txt
bin_SCRIPTS = curl-config
SUBDIRS = lib docs src scripts
-DIST_SUBDIRS = $(SUBDIRS) tests projects include docs
+DIST_SUBDIRS = $(SUBDIRS) projects include
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
@@ -142,12 +142,9 @@ check-docs:
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: