summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/clit18makefile-make-one-plain-gcc-call-s.patch18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/clit18makefile-make-one-plain-gcc-call-s.patch b/debian/patches/clit18makefile-make-one-plain-gcc-call-s.patch
new file mode 100644
index 0000000..9161fb8
--- /dev/null
+++ b/debian/patches/clit18makefile-make-one-plain-gcc-call-s.patch
@@ -0,0 +1,18 @@
+From: Helmut Grohne <helmut@subdivi.de>
+Date: Thu, 21 Jun 2018 06:18:54 +0200
+X-Dgit-Generated: 1.8-4 2924abb2960066f2c360aa57201826a654e154aa
+Subject: clit18/Makefile: Make one plain gcc call substitutable.
+
+(Closes: #901987)
+
+---
+
+--- convlit-1.8.orig/clit18/Makefile
++++ convlit-1.8/clit18/Makefile
+@@ -8,5 +8,5 @@ clean:
+ rm -f *.o clit
+
+ clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a
+- gcc $(LDFLAGS) -o clit $^ -ltommath
++ $(CC) $(LDFLAGS) -o clit $^ -ltommath
+
diff --git a/debian/patches/series b/debian/patches/series
index a29e0be..1285593 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01_old_changes.patch
02_hardening.patch
+clit18makefile-make-one-plain-gcc-call-s.patch