Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5192134d775147153fee04229140a92f9563e353)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5192134d775147153fee04229140a92f9563e353)
  • Date: Mon, 6 May 2019 20:30:09 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
FUNCTIONS | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5192134d775147153fee04229140a92f9563e353
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

FUNCTIONS: default_build_make: Override CC and HOSTCC

diff --git a/ChangeLog b/ChangeLog
index 63932fa..8379cc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2019-05-06 Ismael Luceno <ismael AT sourcemage.org>
* libs/libuargp: new spell, Hierarchical argument parsing library
+ * FUNCTIONS: Override CC and HOSTCC in default_build_make

2019-05-03 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/simplepush: new spell, Simplepush Python library
diff --git a/FUNCTIONS b/FUNCTIONS
index af0aa3b..6dff757 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -785,7 +785,7 @@ function default_build_configure() {
#---

function default_build_make(){
- make
+ make CC="${CC:-cc}" HOSTCC="${HOSTCC:-${CC:-cc}}"
}

#---



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5192134d775147153fee04229140a92f9563e353), Ismael Luceno, 05/06/2019

Archive powered by MHonArc 2.6.24.

Top of Page