From c3cd576d45b423869f7a9c35bfc34331a0448264 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Jan 2014 13:52:29 +0100 Subject: [PATCH] Config: Added CONFIG_UCW_CLEAN_ABI --- default.cfg | 2 +- ucw/default.cfg | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/default.cfg b/default.cfg index 0b05139e..9aa5246c 100644 --- a/default.cfg +++ b/default.cfg @@ -32,7 +32,7 @@ UnSet("CONFIG_IMAGES_LIBGIF"); UnSet("CONFIG_IMAGES_LIBMAGICK"); # Libcharset -UnSet("CONFIG_CHARSET"); +Set("CONFIG_CHARSET"); Set("CONFIG_CHARSET_UTILS"); # Libshxml diff --git a/ucw/default.cfg b/ucw/default.cfg index 60e1c046..c5c1565a 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -72,5 +72,8 @@ UnSet("CONFIG_UCW_PCRE"); # Compile tools used for debugging and testing of LibUCW UnSet("CONFIG_UCW_DEBUG_TOOLS"); +# Clean up library ABI by attaching "ucw_" prefix to all externally visible symbols +Set("CONFIG_UCW_CLEAN_ABI" => 1); + # Return success 1; -- 2.39.2