diff options
-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 a3cde2bcc8..48871d6442 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -368,6 +368,7 @@ def build(bld): # libraries are loaded, but this doesn't appear to work # at the moment: # hide_symbols=bld.BUILTIN_LIBRARY('replace'), + private_library=True, deps='crypt dl nsl socket rt') TEST_SOURCES = '''test/testsuite.c test/main.c test/strptime.c |