Package: axel
Version: 2.4-1
Severity: normal

Hi,

axel currently fails to build on Debian GNU/Hurd.  The attached dpatch
patch will resolve that.

Thank you,

Barry deFreese



#! /bin/sh /usr/share/dpatch/dpatch-run
## 04_gnu_hurd.dpatch by  <r...@gnubber>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad axel-2.4~/configure axel-2.4/configure
--- axel-2.4~/configure 2009-04-27 10:19:03.000000000 -0400
+++ axel-2.4/configure  2009-06-11 09:01:57.000000000 -0400
@@ -187,7 +187,7 @@
        echo 'Please keep in mind that you need GNU make to make Axel!'
        echo ''
 ;;
-Linux | GNU/kFreeBSD)
+Linux | GNU/kFreeBSD |GNU)
        echo 'LFLAGS+=-lpthread' >> Makefile.settings
 ;;
 SunOS )

Reply via email to