patching file sysdeps/mach/hurd/configure Hunk #1 FAILED at 49. 1 out of 1 hunk FAILED -- saving rejects to file sysdeps/mach/hurd/configure.rej patching file sysdeps/mach/hurd/configure.ac Hunk #1 FAILED at 29. 1 out of 1 hunk FAILED -- saving rejects to file sysdeps/mach/hurd/configure.ac.rej Reject file sysdeps/mach/hurd/configure.rej: --- sysdeps/mach/hurd/configure +++ sysdeps/mach/hurd/configure @@ -49,9 +49,3 @@ fi # Hurd has libpthread as a separate library. pthread_in_libc=no - -# Hurd build needs to be updated to support static pie, see: -# https://sourceware.org/bugzilla/show_bug.cgi?id=28671 -$as_echo "#define PIE_UNSUPPORTED 1" >>confdefs.h - -# work around problem with autoconf and empty lines at the end of files Reject file sysdeps/mach/hurd/configure.ac.rej: --- sysdeps/mach/hurd/configure.ac +++ sysdeps/mach/hurd/configure.ac @@ -29,8 +29,3 @@ fi # Hurd has libpthread as a separate library. pthread_in_libc=no - -# Hurd build needs to be updated to support static pie, see: -# https://sourceware.org/bugzilla/show_bug.cgi?id=28671 -AC_DEFINE(PIE_UNSUPPORTED) -# work around problem with autoconf and empty lines at the end of files