summaryrefslogtreecommitdiff
path: root/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch')
-rw-r--r--debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch b/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
deleted file mode 100644
index 9619d6c..0000000
--- a/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Ruben Undheim <ruben.undheim@gmail.com>
-Date: Wed, 11 Jul 2018 13:01:29 +0200
-Subject: FTCBFS: fails to propagate the cross compiler from configure to make
-
----
- Makefile.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Makefile.in b/Makefile.in
-index a7b68ba..1329c06 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -3,6 +3,7 @@
- #
-
- # Main compiler arguments
-+CC = @CC@
- CFLAGS += @CFLAGS@
- CPPFLAGS = @CPPFLAGS@
- DEFS = @DEFS@