diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-18 12:45:30 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-18 15:00:37 +1000 |
commit | 7818e2cc8c1f9701329e80da7771a9141a464db0 (patch) | |
tree | 44f829c71f857481e7ad51c31a98be6d5af7da8b /lib | |
parent | 4e448e2d2c140f5d4ea85938d09672e9fa26994e (diff) | |
download | samba-7818e2cc8c1f9701329e80da7771a9141a464db0.tar.gz samba-7818e2cc8c1f9701329e80da7771a9141a464db0.tar.xz samba-7818e2cc8c1f9701329e80da7771a9141a464db0.zip |
replace-waf: hide symbols in libreplace if a builtin library
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/wscript | 1 |
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 |