summaryrefslogtreecommitdiff
path: root/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-02 15:05:26 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-02 15:05:26 +0200
commitf0f2ace2912a4745c76a15e4e4f174e11dd742a5 (patch)
treeeca4ed60c642517e2c7fbdc00363a3e4eff6811b /debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
parentf361d9efa95f66e0a84ca90cb74b87cb1e130b8e (diff)
git-debrebase convert-from-gbp: drop patches from tree
Delete debian/patches, as part of converting to git-debrebase format. [git-debrebase convert-from-gbp: drop patches from tree]
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@