diff options
author | 2010-07-20 01:49:05 +0300 | |
---|---|---|
committer | 2010-07-20 01:49:05 +0300 | |
commit | 759b1cd98abe95b240328cea5e5d966f7d982f97 (patch) | |
tree | f52c23b8660bec16a817795ed0ac75f1d04874a6 /segget/Makefile | |
parent | Improve network selection algorithm. (diff) | |
download | idfetch-759b1cd98abe95b240328cea5e5d966f7d982f97.tar.gz idfetch-759b1cd98abe95b240328cea5e5d966f7d982f97.tar.bz2 idfetch-759b1cd98abe95b240328cea5e5d966f7d982f97.zip |
Fix: segget freezes while trying to download files via proxy-fetcher
Diffstat (limited to 'segget/Makefile')
-rw-r--r-- | segget/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/segget/Makefile b/segget/Makefile index fe15e2c..ed965bf 100644 --- a/segget/Makefile +++ b/segget/Makefile @@ -18,8 +18,7 @@ all: clean $(BINS) %.o: %.cxx $(CXX) -c -o $@ $(CXXFLAGS) $^ -segget: segget.o connection.o checksum.o config.o distfile.o mirror.o network.o networkbroker.o pkg.o segment.o \ - settings.o stats.o str.o tui.o utils.o ui_server.o proxyfetcher.o +segget: segget.o connection.o checksum.o config.o distfile.o mirror.o network.o networkbroker.o phase.o pkg.o response.o segment.o settings.o stats.o str.o tui.o utils.o ui_server.o proxyfetcher.o $(CXX) -o $@ -lncurses $(LIBS) $(CIBS) $^ #%: %.o # $(CXX) -o $@ $(LIBS) $(CIBS) $^ |