Skip to content

Commit

Permalink
Merge pull request #213 from chrox/master
Browse files Browse the repository at this point in the history
fix build zsync on nightly bot
  • Loading branch information
NiLuJe committed Aug 1, 2014
2 parents 9d54e91 + 7bd19df commit 1af2b87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ $(OUTPUT_DIR)/tar:
# zsync: rsync over HTTP

$(OUTPUT_DIR)/zsync:
cd $(ZSYNC_DIR) && aclocal ; autoheader; \
automake --force-missing --add-missing ; autoconf && ./configure \
cd $(ZSYNC_DIR) && autoreconf -fi && ./configure -q \
$(if $(EMULATE_READER),,--host=$(CHOST)) \
&& $(MAKE) -j$(PROCESSORS)
cp $(ZSYNC_DIR)/zsync $(OUTPUT_DIR)/
Expand Down

0 comments on commit 1af2b87

Please sign in to comment.