Samuel Thibault, on Tue 06 Dec 2016 00:36:40 +0100, wrote:
> Debian Bug Tracking System, on Mon 05 Dec 2016 15:54:09 +0000, wrote:
> >    * Updates to build_hurd patch from Samuel Thibault Closes: #846965
> 
> Here is a fix.

Bleh, missing patch. Here it is, could you apply it?

Thanks,
Samuel
--- debian/patches/build_hurd.original  2016-12-11 16:43:01.000000000 +0000
+++ debian/patches/build_hurd   2016-12-11 16:43:02.000000000 +0000
@@ -236,7 +236,7 @@
  
      if(NULL == cwd) {
 +#if !defined(MAXPATHLEN) && defined (__GLIBC__)
-+        if( NULL == (cwd = get_current_dir_name() ))
++        if( NULL == (cwd = get_current_dir_name() )) {
 +#else
          cwd = (char *) malloc(sizeof(char) * MAXPATHLEN);
          if( NULL == (cwd = getcwd(cwd, MAXPATHLEN) )) {

Reply via email to