aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 09:06:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 09:06:32 +0000
commitb8fb774718de49d5a96e6cfa5b38a42b9f3f0e6a (patch)
tree3f1cdfbb5aecf88ab5fe27af29b81202241934b2 /src/testing
parent0bae85f2b4fe6e55a3f5164066afe64cf499432b (diff)
downloadgnunet-b8fb774718de49d5a96e6cfa5b38a42b9f3f0e6a.tar.gz
gnunet-b8fb774718de49d5a96e6cfa5b38a42b9f3f0e6a.zip
LRN: Add '-Wl,' prefix to -no-undefined
-no-undefined is not a valid compiler option as of GCC 4.6.x (it IS valid linker option). Note that this REQUIRES an extra -no-undefined to be passed to libtool (this is done by GN_LIB_LDLFAGS and GN_PLUGIN_LDFLAGS), because libtool does not understand -Wl,-no-undefined.
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 008692fbd..bc81d8d3a 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -46,6 +46,8 @@ libgnunettesting_la_LIBADD = $(XLIB) \
46 $(top_builddir)/src/hello/libgnunethello.la \ 46 $(top_builddir)/src/hello/libgnunethello.la \
47 -lm \ 47 -lm \
48 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/util/libgnunetutil.la
49libgnunettesting_la_LDFLAGS = \
50 $(GN_LIB_LDFLAGS)
49 51
50check_PROGRAMS = \ 52check_PROGRAMS = \
51 test_testing \ 53 test_testing \