[Pkg-electronics-commits] [pcb-rnd] 03/05: I use the CFLAGS from './configure --CFLAGS=...'
Dima Kogan
dima at secretsauce.net
Mon Jan 16 22:32:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkogan pushed a commit to branch patch-queue/master
in repository pcb-rnd.
commit a08b2ef9a8e9c549619d15323767b958a837fe86
Author: Dima Kogan <dima at secretsauce.net>
Date: Sun Dec 18 21:04:06 2016 -0800
I use the CFLAGS from './configure --CFLAGS=...'
Gbp-Pq: Name 0003-I-use-the-CFLAGS-from-.-configure-CFLAGS.patch
---
scconfig/src/default/find_cc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/scconfig/src/default/find_cc.c b/scconfig/src/default/find_cc.c
index eda2991..2ae1e89 100644
--- a/scconfig/src/default/find_cc.c
+++ b/scconfig/src/default/find_cc.c
@@ -145,6 +145,7 @@ int find_cc(int logdepth, int fatal)
}
else {
logprintf(logdepth+1, "using user supplied cflags '%s' (will test later)\n", cflags);
+ put("cc/cflags", cflags);
}
if (get("cc/cflags") == NULL)
put("cc/cflags", "");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/pcb-rnd.git
More information about the Pkg-electronics-commits
mailing list