mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
replace-waf: hide symbols in libreplace if a builtin library
This commit is contained in:
parent
4e448e2d2c
commit
7818e2cc8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user