]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/curl
toolchain: fix full toolchain crossbuild
[ipfire-2.x.git] / lfs / curl
index 7de9aa31f9eb3fc4d22954156f2d1d03f87645c1..29de2802b18e0e48592bf6756571d3ef52441c6a 100644 (file)
--- a/lfs/curl
+++ b/lfs/curl
@@ -70,7 +70,10 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-ipv6
+       cd $(DIR_APP) && ./configure \
+               --prefix=/usr \
+               --disable-ipv6 \
+               --with-ca-bundle=/etc/ssl/certs/ca-bundle.crt
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        # Create symlink to new curl lib for old binaries