This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via b5bd012fab8560a78c70edef7e921e2b950dd02f (commit)
from 2b511ec751c88d39543532b536d238fceabc1644 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b5bd012fab8560a78c70edef7e921e2b950dd02f
Author: Max Filippov <jcmvbkbc(a)gmail.com>
Date: Fri Dec 9 13:13:09 2016 -0800
utils: add -static to CFLAGS when HAVE_SHARED is not set
Signed-off-by: Max Filippov <jcmvbkbc(a)gmail.com>
-----------------------------------------------------------------------
Summary of changes:
utils/Makefile.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/utils/Makefile.in b/utils/Makefile.in
index 8666f89..5378973 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -25,6 +25,10 @@ else
CFLAGS-utils-shared :=
endif
+ifneq ($(HAVE_SHARED),y)
+CFLAGS-utils += -static
+endif
+
CFLAGS-ldconfig := -DBUILDING_LINKAGE
ifeq ($(UCLIBC_STATIC_LDCONFIG),y)
CFLAGS-ldconfig += -static
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date