]> xenbits.xen.org Git - xenclient/build.git/commitdiff
XC-476 We no longer install curl's CA-bundle because of licensing constraints.
authorJean-Sebastien Legare <jean-sebastien.legare@citrix.com>
Wed, 2 Dec 2009 01:40:13 +0000 (01:40 +0000)
committerJean-Sebastien Legare <jean-sebastien.legare@citrix.com>
Wed, 2 Dec 2009 01:40:13 +0000 (01:40 +0000)
package/libcurl/curl.mk

index 7827512975ac4e60a5f5660da20fee33241dc8e3..f3c2ebf1e34aed77edd9da82de6f93afab82e9fa 100644 (file)
@@ -17,12 +17,7 @@ LIBCURL_CONF_OPT = --disable-verbose --disable-manual --enable-hidden-symbols \
 
 $(eval $(call AUTOTARGETS,package,libcurl))
 
-$(LIBCURL_DIR)/lib/ca-bundle.crt:
-       $(call MESSAGE,"Generating Root CA certificate bundle")
-       $(LIBCURL_MAKE_ENV) $(MAKE) $(LIBCURL_MAKE_OPT) -C $(LIBCURL_DIR) ca-bundle
-
-$(LIBCURL_HOOK_POST_INSTALL): $(LIBCURL_DIR)/lib/ca-bundle.crt
+$(LIBCURL_HOOK_POST_INSTALL):
        rm -rf $(TARGET_DIR)/usr/bin/curl-config \
               $(if $(BR2_PACKAGE_CURL),,$(TARGET_DIR)/usr/bin/curl)
-       install -m 755 -d $(TARGET_DIR)/$(shell dirname $(LIBCURL_CA_BUNDLE_DEST))
-       install -m 644 $(LIBCURL_DIR)/lib/ca-bundle.crt $(TARGET_DIR)/$(LIBCURL_CA_BUNDLE_DEST)
\ No newline at end of file
+