LRN: Add '-Wl,' prefix to -no-undefined
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 Nov 2011 09:06:32 +0000 (09:06 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 Nov 2011 09:06:32 +0000 (09:06 +0000)
commitb8fb774718de49d5a96e6cfa5b38a42b9f3f0e6a
tree3f1cdfbb5aecf88ab5fe27af29b81202241934b2
parent0bae85f2b4fe6e55a3f5164066afe64cf499432b
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.
configure.ac
src/ats/Makefile.am
src/block/Makefile.am
src/fragmentation/Makefile.am
src/hello/Makefile.am
src/testing/Makefile.am
src/transport/Makefile.am
src/util/Makefile.am