From 7818e2cc8c1f9701329e80da7771a9141a464db0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Apr 2010 12:45:30 +1000 Subject: replace-waf: hide symbols in libreplace if a builtin library --- lib/replace/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/replace/wscript b/lib/replace/wscript index f9a2f45587..63acf26062 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -333,6 +333,7 @@ def build(bld): bld.SAMBA_LIBRARY('replace', source=REPLACE_SOURCE, group='base_libraries', + hide_symbols=bld.BUILTIN_LIBRARY('replace'), deps='crypt dl nsl socket') TEST_SOURCES = '''test/testsuite.c test/main.c test/strptime.c -- cgit