diff --git a/debian/changelog b/debian/changelog index 74a4e3d6..1372028b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,9 +8,14 @@ llvm-toolchain-snapshot (1:3.4~svn188990-2) UNRELEASED; urgency=low llvm-toolchain-snapshot (1:3.4~svn188990-1) unstable; urgency=low * New snapshot release - * Refresh of the patches - -- Sylvestre Ledru Thu, 22 Aug 2013 09:01:38 +0200 + -- Sylvestre Ledru Sun, 25 Aug 2013 23:13:16 +0200 + +llvm-toolchain-snapshot (1:3.4~svn189092-1) unstable; urgency=low + + * New snapshot release + + -- Sylvestre Ledru Fri, 23 Aug 2013 10:08:14 +0200 llvm-toolchain-3.3 (1:3.3-7) unstable; urgency=low diff --git a/debian/patches/hurd-pathmax.diff b/debian/patches/hurd-pathmax.diff new file mode 100644 index 00000000..227d7759 --- /dev/null +++ b/debian/patches/hurd-pathmax.diff @@ -0,0 +1,16 @@ +Index: llvm-toolchain-3.3-3.3/clang/lib/Basic/FileManager.cpp +=================================================================== +--- llvm-toolchain-3.3-3.3.orig/clang/lib/Basic/FileManager.cpp 2013-01-26 17:29:36.000000000 +0100 ++++ llvm-toolchain-3.3-3.3/clang/lib/Basic/FileManager.cpp 2013-08-23 09:53:21.538337851 +0200 +@@ -43,6 +43,11 @@ + #if defined(LLVM_ON_UNIX) + #include + #endif ++// For GNU Hurd ++#if defined(__GNU__) && !defined(PATH_MAX) ++# define PATH_MAX 4096 ++#endif ++ + using namespace clang; + + // FIXME: Enhance libsystem to support inode and other fields. diff --git a/debian/patches/series b/debian/patches/series index 783f152e..87cde992 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -25,4 +25,4 @@ kfreebsd.diff mipsel-ftbfs.diff disable-execinfo-usage.diff unwind-chain-inclusion.diff - +hurd-pathmax.diff