diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 16:34:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 16:39:43 +0100 |
commit | 86ba184394094c7c043a505a20a0b1b8977f73d7 (patch) | |
tree | 97479111778906db083c6b3ffe137d25f7ad3cfb /external | |
parent | 1cd9420755dc5d5435bf564a992b727c455a3d73 (diff) |
Introduce gb_*_set_external_code
...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension
code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the
config_host/config_*.h files will not be included, so the HAVE_* macros will be
undefined.)
This obsoletes the need for RTL_DISABLE_FAST_STRING.
Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
Diffstat (limited to 'external')
-rw-r--r-- | external/mysqlcppconn/Library_mysqlcppconn.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/mysqlcppconn/Library_mysqlcppconn.mk b/external/mysqlcppconn/Library_mysqlcppconn.mk index 3a5da71592a4..8b6202fa7d4e 100644 --- a/external/mysqlcppconn/Library_mysqlcppconn.mk +++ b/external/mysqlcppconn/Library_mysqlcppconn.mk @@ -32,6 +32,8 @@ $(eval $(call gb_Library_use_externals,mysqlcppconn,\ endif endif +$(eval $(call gb_Library_set_external_code,mysqlcppconn)) + $(eval $(call gb_Library_set_warnings_not_errors,mysqlcppconn)) $(eval $(call gb_Library_set_generated_cxx_suffix,mysqlcppconn,cpp)) |