f5a158bf9c2ee76a21c90866b625708f66e67105
[openwrt/staging/lynxis.git] / package / network / utils / curl / patches / 200-no_docs_tests.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -154,8 +154,8 @@
4
5 bin_SCRIPTS = curl-config
6
7 -SUBDIRS = lib docs src include
8 -DIST_SUBDIRS = $(SUBDIRS) tests packages scripts
9 +SUBDIRS = lib src include
10 +DIST_SUBDIRS = $(SUBDIRS) packages
11
12 pkgconfigdir = $(libdir)/pkgconfig
13 pkgconfig_DATA = libcurl.pc
14 @@ -275,7 +275,7 @@
15 # We extend the standard install with a custom hook:
16 install-data-hook:
17 cd include && $(MAKE) install
18 - cd docs && $(MAKE) install
19 +# cd docs && $(MAKE) install
20
21 # We extend the standard uninstall with a custom hook:
22 uninstall-hook: