From bd6c0f0bb2deae6e3cd3c35688f49cec192b8b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 27 Oct 2022 13:26:15 +0200 Subject: Remove unused patches --- debian/patches/0005-fix_build_musl.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 debian/patches/0005-fix_build_musl.patch (limited to 'debian/patches/0005-fix_build_musl.patch') diff --git a/debian/patches/0005-fix_build_musl.patch b/debian/patches/0005-fix_build_musl.patch deleted file mode 100644 index 6c0c0a2..0000000 --- a/debian/patches/0005-fix_build_musl.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Fix build for musl -Author: Helmut Grohne -Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987609 -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987609 -Forwarded: not-needed -Last-Update: 2021-04-26 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/lib/Makefile.gnulib -=================================================================== ---- trunk.orig/lib/Makefile.gnulib -+++ trunk/lib/Makefile.gnulib -@@ -461,7 +461,7 @@ install-exec-localcharset: all-local - case '$(host_os)' in \ - darwin[56]*) \ - need_charset_alias=true ;; \ -- darwin* | cygwin* | mingw* | pw32* | cegcc*) \ -+ darwin* | cygwin* | mingw* | pw32* | cegcc* | linux-musl*) \ - need_charset_alias=false ;; \ - *) \ - need_charset_alias=true ;; \ -- cgit v1.2.3