at release-16.03-start 14 lines 408 B view raw
1--- a/lib/Makefile.in 2+++ b/lib/Makefile.in 3@@ -106,10 +106,7 @@ else 4 endif 5 6 install-data-hook: 7- @if test -n "@CURL_CA_BUNDLE@"; then \ 8- $(mkinstalldirs) `dirname $(DESTDIR)@CURL_CA_BUNDLE@`; \ 9- @INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \ 10- fi 11+ echo "install-data-hook disabled" 12 13 # this hook is mainly for non-unix systems to build even if configure 14 # isn't run