]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/curl
modified: lfs/l7-protocols
[people/teissler/ipfire-2.x.git] / lfs / curl
index 9043df0602ccd21e02a4b3b7da738552249572e4..5df72b809317b175b5e10206a64dd0d93e9b3f61 100644 (file)
--- a/lfs/curl
+++ b/lfs/curl
@@ -73,5 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+       # Create symlink to new curl lib for old binaries
+       ln -s libcurl.so.4 /usr/lib/libcurl.so.3
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)