about summary refs log tree commit diff
path: root/pkgs/tools/networking/curl/disable-ca-install.patch
blob: aedf8ef5c3e2daabf0de04823e953e6d182149ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -106,10 +106,7 @@ else
 endif
 
 install-data-hook:
-	@if test -n "@CURL_CA_BUNDLE@"; then \
-	  $(mkinstalldirs) `dirname $(DESTDIR)@CURL_CA_BUNDLE@`; \
-	  @INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \
-        fi
+	echo "install-data-hook disabled"
 
 # this hook is mainly for non-unix systems to build even if configure
 # isn't run