X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=d4f0ab891abf4ab1ccfd8755bf861c727b4b9201;hb=365afdb913c3446f358d3a13fcdaad4ae76334b3;hp=634ef34a16be7a56616aa168e0a2732fc5d55101;hpb=6ba82f605023b5396e386fdd16e6c74ef27dbc9f;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index 634ef34a1..d4f0ab891 100644 --- a/configure.ac +++ b/configure.ac @@ -711,20 +711,7 @@ fi GN_LIB_LDFLAGS="-export-dynamic -no-undefined" GN_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined" -dnl TODO insert a proper check here -AC_CACHE_CHECK([whether -export-symbols-regex works], - gn_cv_export_symbols_regex_works, - [ - case "$host_os" in - mingw*) gn_cv_export_symbols_regex_works=no;; - *) gn_cv_export_symbols_regex_works=yes;; - esac - ]) -if test "x$gn_cv_export_symbols_regex_works" = "xyes" -then - GN_LIB_LDFLAGS="$GN_LIB_LDFLAGS -export-symbols-regex \"GNUNET_@<:@a-zA-Z0-9_@:>@*\"" - GN_PLUGIN_LDFLAGS="$GN_PLUGIN_LDFLAGS -export-symbols-regex \"@<:@a-zA-Z0-9_@:>@*\"" -fi + AC_SUBST(GN_LIB_LDFLAGS) AC_SUBST(GN_PLUGIN_LDFLAGS) AC_SUBST(GN_INTLINCL) @@ -758,8 +745,10 @@ po/Makefile.in src/Makefile src/arm/Makefile src/core/Makefile +src/datacache/Makefile src/datastore/Makefile src/fragmentation/Makefile +src/fs/Makefile src/hello/Makefile src/include/Makefile src/include/gnunet_directories.h @@ -768,6 +757,7 @@ src/peerinfo/Makefile src/resolver/Makefile src/statistics/Makefile src/template/Makefile +src/testing/Makefile src/topology/Makefile src/transport/Makefile src/util/Makefile