From 8b2e5f9d9744f74ee65deb7f9990c1bf468a7602 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 3 May 2011 13:10:45 +0000 Subject: When building for GCC, always get the version number, and turn off TR1 and -fvisibility support if the version is too old. You can also turn them off explicitly with the (hidden) option --without-visibility. We get the version number from the binary specified with --cc-bin, if the user set that, rather than from plain 'g++'. Fix Solaris install - apparently 'install' cmd is broken/dumb. Fix Ekopath flags for submodels. --- src/build-data/buildh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build-data/buildh.in') diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 8e0de0183..733646524 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -20,7 +20,7 @@ #define BOTAN_DISTRIBUTION_INFO "%{distribution_info}" #ifndef BOTAN_DLL - #define BOTAN_DLL %{dll_import_flags} + #define BOTAN_DLL %{visibility_attribute} #endif /* Chunk sizes */ -- cgit v1.2.3