summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-18 12:45:30 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-18 15:00:37 +1000
commit7818e2cc8c1f9701329e80da7771a9141a464db0 (patch)
tree44f829c71f857481e7ad51c31a98be6d5af7da8b /lib/replace
parent4e448e2d2c140f5d4ea85938d09672e9fa26994e (diff)
downloadsamba-7818e2cc8c1f9701329e80da7771a9141a464db0.tar.gz
samba-7818e2cc8c1f9701329e80da7771a9141a464db0.tar.bz2
samba-7818e2cc8c1f9701329e80da7771a9141a464db0.zip
replace-waf: hide symbols in libreplace if a builtin library
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript1
1 files changed, 1 insertions, 0 deletions
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