mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
Fix missing dependency on libreplace.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 21 01:17:33 CET 2011 on sn-devel-104
This commit is contained in:
@ -10,7 +10,7 @@ if bld.env._SAMBA_BUILD_ == 4:
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
|
||||
source='iconv.c',
|
||||
public_deps='iconv')
|
||||
public_deps='iconv replace')
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('CODEPOINTS',
|
||||
source='codepoints.c',
|
||||
|
Reference in New Issue
Block a user