Files
packages/net/curl/patches/200-no_docs_tests.patch
Rudy Andram b3a38efb27 curl: bump to 8.12.1
Signed-off-by: Rudy Andram <rmandrad@gmail.com>
(cherry picked from commit e97cffc32e)
2025-06-11 22:24:20 +02:00

25 lines
633 B
Diff

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