diff options
| author | Ondřej Surý <ondrej@sury.org> | 2013-10-29 12:11:02 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2014-01-06 10:46:57 +0100 |
| commit | 03a807765f80a2720baf13d6aedd67fd4aefee66 (patch) | |
| tree | 8cce5378d87fb084104e837ea7d62c021f55e03f /debian | |
| parent | de9e56191c7ae09436849c361a4ea329e574d42b (diff) | |
| download | knot-03a807765f80a2720baf13d6aedd67fd4aefee66.tar.gz | |
Update patches for 1.4.0~beta release
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/patches/knot_PATH_MAX.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/knot_PATH_MAX.patch b/debian/patches/knot_PATH_MAX.patch index 858defb..2d82d94 100644 --- a/debian/patches/knot_PATH_MAX.patch +++ b/debian/patches/knot_PATH_MAX.patch @@ -1,7 +1,7 @@ --- knot.orig/src/libknot/common.h +++ knot/src/libknot/common.h -@@ -38,6 +38,10 @@ typedef unsigned int uint; /*!< \brief U - #define UINT_DEFINED +@@ -42,6 +42,10 @@ typedef unsigned int uint; /*!< \brief U + #define PATH_MAX 4096 #endif +#ifndef PATH_MAX |
