]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/curl
curl: Drop old compatibility symlink
[ipfire-2.x.git] / lfs / curl
index ebb093f56b88e2bf07f519bf6bf97616ba610ed2..5a6fdc664068135ed5e3290f0d92d0aba1d2b314 100644 (file)
--- a/lfs/curl
+++ b/lfs/curl
@@ -78,7 +78,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --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
-       ln -sf libcurl.so.4 /usr/lib/libcurl.so.3
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)