From: Stefan Metzmacher Date: Thu, 22 May 2008 14:18:53 +0000 (+0200) Subject: build: add symbol versioning to libtalloc and libwbclient X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec4e8954402280c12c08cad0cb7cd9d3acb14152;p=thirdparty%2Fsamba.git build: add symbol versioning to libtalloc and libwbclient metze --- diff --git a/source/exports/libtalloc.syms b/source/exports/libtalloc.syms index 87f1c5c63ef..9d77308fb77 100644 --- a/source/exports/libtalloc.syms +++ b/source/exports/libtalloc.syms @@ -1,4 +1,4 @@ -{ +TALLOC_1_2 { global: talloc_*; _talloc_*; diff --git a/source/exports/libwbclient.syms b/source/exports/libwbclient.syms index f1e68b42a94..e1c3911ee93 100644 --- a/source/exports/libwbclient.syms +++ b/source/exports/libwbclient.syms @@ -1,4 +1,4 @@ -{ +WBCLIENT_0_1 { global: wbc*; local: *; };