[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/02: Moved -Wl,--no-undefined to PLATFORM_LDFLAGS instead of CFLAGS; can seperately remove the additions from the Makefile.am files
noreply at xfce.org
noreply at xfce.org
Tue Feb 7 22:41:05 CET 2017
This is an automated email from the git hooks/post-receive script.
timystery pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.
commit 4083dc82dd30765b3a6452298e551eb7920ef6dc
Author: Fabian <timystery at arcor.de>
Date: Tue Feb 7 21:39:00 2017 +0100
Moved -Wl,--no-undefined to PLATFORM_LDFLAGS instead of CFLAGS; can seperately remove the additions from the Makefile.am files
---
configure.ac.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 9d3c419..f8d1f7d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -271,7 +271,9 @@ if test x"$enable_debug" = x"yes"; then
AC_DEFINE([DEBUG_TRACE], [1],
[Set this to 1 to enable full trace debugging.]
)
- PLATFORM_CFLAGS="-Wall -Werror -Wl,--no-undefined $PLATFORM_CFLAGS"
+ PLATFORM_CFLAGS="-Wall -Werror $PLATFORM_CFLAGS"
+ PLATFORM_LDFLAGS="-Wl,--no-undefined $PLATFORM_LDFLAGS"
+
fi
AC_SUBST([PLATFORM_CFLAGS])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list