Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
|
|
files.
configures and builds okay.
testsuite wasn't checked, will be checked.
diff including the plibc removal is now around 14370 lines of code less.
|
|
in TNG)
|
|
badly
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
|
|
GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
|
|
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-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.
|
|
|
|
|
|
|
|
|