summaryrefslogtreecommitdiffstats
path: root/shell-term-fm
diff options
context:
space:
mode:
authorIsmael Luceno2019-04-17 23:53:46 +0200
committerIsmael Luceno2019-05-06 22:27:16 +0200
commit2d9c17912ab827b8b7eaf533b20139c2490dfc67 (patch)
tree5dc983ff0a125774ce91900f4965e681eeaaa929 /shell-term-fm
parent81ac5fbd9ef46a790ade98d2543d0d604f77856b (diff)
mingetty: Pass CC to make
Diffstat (limited to 'shell-term-fm')
-rwxr-xr-xshell-term-fm/mingetty/BUILD2
-rw-r--r--shell-term-fm/mingetty/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/shell-term-fm/mingetty/BUILD b/shell-term-fm/mingetty/BUILD
index 8f58e6df93..fe4fe35eb7 100755
--- a/shell-term-fm/mingetty/BUILD
+++ b/shell-term-fm/mingetty/BUILD
@@ -1 +1 @@
-make
+make CC="$CC"
diff --git a/shell-term-fm/mingetty/HISTORY b/shell-term-fm/mingetty/HISTORY
index 3f993aac9e..dd2281fcfd 100644
--- a/shell-term-fm/mingetty/HISTORY
+++ b/shell-term-fm/mingetty/HISTORY
@@ -1,3 +1,6 @@
+2019-04-17 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD: pass CC to make
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)