axel: bump version.

This commit is contained in:
Jerome Duval
2017-09-21 20:14:17 +02:00
parent 5a993a587a
commit 57fc5c7a46
2 changed files with 16 additions and 15 deletions

View File

@@ -1,14 +1,14 @@
From 72baa8b5f0194657cb7d16a11d1048bc44d65b68 Mon Sep 17 00:00:00 2001
From 29aaa1a0f4d6571745e3a2d3cc1666f34b6bd0f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Sun, 16 Apr 2017 19:44:33 +0200
Subject: Fix for Haiku
diff --git a/src/tcp.c b/src/tcp.c
index bf4e128..0843889 100644
index eaceeb7..0c0854c 100644
--- a/src/tcp.c
+++ b/src/tcp.c
@@ -38,6 +38,10 @@
@@ -40,6 +40,10 @@
#include "axel.h"
@@ -20,28 +20,29 @@ index bf4e128..0843889 100644
{
sprintf( buffer, _("Unable to connect to server %s:%i: %s\n"),
--
2.12.2
2.13.1
From e15fadfefe3708ea2e03440827abf7166a22c046 Mon Sep 17 00:00:00 2001
From 11ec6d6f36e0ae01bd30a0c254870f8581207f1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Sun, 16 Apr 2017 19:54:03 +0200
Subject: Haiku specific lib
diff --git a/configure.ac b/configure.ac
index 663640f..a6eced5 100644
index 5efede4..dc4c353 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,9 @@ HP-UX )
@@ -79,6 +79,9 @@ HP-UX )
fi
LDFLAGS="$LDFLAGS $AXEL_EXTRA_FLAGS -lintl -lpthread"
LDFLAGS="$LDFLAGS $AXEL_EXTRA_FLAGS -lpthread"
;;
+Haiku )
+ LDFLAGS="$LDFLAGS -lnetwork -lintl"
+ LDFLAGS="$LDFLAGS -lnetwork"
+;;
* )
LDFLAGS="$LDFLAGS -lintl -pthread"
LDFLAGS="$LDFLAGS -pthread"
;;
--
2.12.2
2.13.1