Removing pthread.patch, fixed upstream.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3a779a0ae8
commit
540c637765
2 changed files with 0 additions and 16 deletions
15
debian/patches/debian/0002-pthread.patch
vendored
15
debian/patches/debian/0002-pthread.patch
vendored
|
@ -1,15 +0,0 @@
|
||||||
Author: Daniel Baumann <daniel@debian.org>
|
|
||||||
Description: Fixing FTBFS about undeclared PTHREAD_MUTEX_INITIALIZER by including missing pthread header.
|
|
||||||
|
|
||||||
diff -Naurp tarlz.orig/extended.cc tarlz/extended.cc
|
|
||||||
--- tarlz.orig/extended.cc
|
|
||||||
+++ tarlz/extended.cc
|
|
||||||
@@ -21,6 +21,8 @@
|
|
||||||
#include <cerrno>
|
|
||||||
#include <cstdio>
|
|
||||||
|
|
||||||
+#include <pthread.h>
|
|
||||||
+
|
|
||||||
#include "tarlz.h"
|
|
||||||
#include "common_mutex.h"
|
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,2 +1 @@
|
||||||
debian/0001-build.patch
|
debian/0001-build.patch
|
||||||
debian/0002-pthread.patch
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue