found 753698 2.11+dfsg1-2
tags 753698 patch
thanks

Hi,

alpine fails to build from source on GNU/Hurd due to a missing entry
for gnu in configure.ac. That seems to be due to that the patch
10_hurd_build.patch was removed. The attached patch introduces it
again, and the package builds nicely. This package is also flagged as
out-of-date for Hurd, latest built Hurd version was 2.10+dfsg-1. 

Thanks!



--- a/configure.ac.orig	2013-08-15 06:36:22.000000000 +0200
+++ b/configure.ac	2014-08-24 15:20:22.000000000 +0200
@@ -900,7 +900,7 @@
 dnl build from c-client.  Most of this will go away when c-client
 dnl adopts configure
 case "$host" in
-  *-linux-gnu*|*-k*bsd*-gnu*)
+  *-linux-gnu*|*-k*bsd*-gnu*| *-gnu*)
     alpine_path_delim="/"
     alpine_mode_readonly="(0600)"
     if test -f /etc/fedora-release ; then  

Reply via email to