diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/debian/0002-libc.patch | 25 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/debian/0002-libc.patch b/debian/patches/debian/0002-libc.patch deleted file mode 100644 index 01b0ed8..0000000 --- a/debian/patches/debian/0002-libc.patch +++ /dev/null @@ -1,25 +0,0 @@ -Author: Daniel Baumann <daniel.baumann@progress-linux.org> -Description: Adding missing libc headers for makedev definitions. - -diff -Naurp tarlz.orig/create.cc tarlz/create.cc ---- tarlz.orig/create.cc -+++ tarlz/create.cc -@@ -26,6 +26,7 @@ - #include <vector> - #include <stdint.h> - #include <unistd.h> -+#include <sys/sysmacros.h> - #include <sys/stat.h> - #include <ftw.h> - #include <grp.h> -diff -Naurp tarlz.orig/extract.cc tarlz/extract.cc ---- tarlz.orig/extract.cc -+++ tarlz/extract.cc -@@ -26,6 +26,7 @@ - #include <stdint.h> - #include <unistd.h> - #include <utime.h> -+#include <sys/sysmacros.h> - #include <sys/stat.h> - #include <lzlib.h> - diff --git a/debian/patches/series b/debian/patches/series index 9e1bd20..655df63 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ debian/0001-build.patch -debian/0002-libc.patch |