gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: add check for undefined sym


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add check for undefined symbols
Date: Thu, 04 Apr 2019 14:04:03 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 45deaaeda add check for undefined symbols
     new 94f9368aa Merge branch 'master' of git+ssh://gnunet.org/gnunet
45deaaeda is described below

commit 45deaaedad922fe114df9f5bb0e23fbec7c64f02
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Apr 4 14:03:23 2019 +0200

    add check for undefined symbols
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index e0f58b985..8f85370a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ AC_FUNC_FSEEKO
 
 
 CFLAGS="-Wall $CFLAGS"
+LDFLAGS="$LDFLAGS -Wl,--unresolved-symbols=report-all"
 # use '-fno-strict-aliasing', but only if the compiler can take it
 if gcc -fno-strict-aliasing -S -o /dev/null -xc /dev/null >/dev/null 2>&1;
 then

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]