From: Martin Mares Date: Fri, 3 Jan 2014 12:52:29 +0000 (+0100) Subject: Config: Added CONFIG_UCW_CLEAN_ABI X-Git-Tag: v5.99~50^2~15 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c3cd576d45b423869f7a9c35bfc34331a0448264;p=libucw.git Config: Added CONFIG_UCW_CLEAN_ABI --- 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;