From 540c6377655413806b69d201e2c7910f3d753e92 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Mar 2025 09:19:09 +0100 Subject: [PATCH] Removing pthread.patch, fixed upstream. Signed-off-by: Daniel Baumann --- debian/patches/debian/0002-pthread.patch | 15 --------------- debian/patches/series | 1 - 2 files changed, 16 deletions(-) delete mode 100644 debian/patches/debian/0002-pthread.patch diff --git a/debian/patches/debian/0002-pthread.patch b/debian/patches/debian/0002-pthread.patch deleted file mode 100644 index ea5f32e..0000000 --- a/debian/patches/debian/0002-pthread.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: Daniel Baumann -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 - #include - -+#include -+ - #include "tarlz.h" - #include "common_mutex.h" - diff --git a/debian/patches/series b/debian/patches/series index abf2679..655df63 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ debian/0001-build.patch -debian/0002-pthread.patch