Add curl symlink to made old binaries use new lib

This commit is contained in:
Arne Fitzenreiter
2009-03-20 20:07:38 +01:00
parent 97ab9e3bfa
commit 1772cfdee0
4 changed files with 5 additions and 0 deletions

View File

@@ -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)