Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692800 | Differences between
and this patch

Collapse All | Expand All

(-)samba-4.12.0/source3/wscript_build.orig (-1 / +1 lines)
Lines 514-520 bld.SAMBA3_LIBRARY('secrets3', Link Here
514
514
515
bld.SAMBA3_LIBRARY('smbldap',
515
bld.SAMBA3_LIBRARY('smbldap',
516
                    source='lib/smbldap.c',
516
                    source='lib/smbldap.c',
517
                    deps='ldap lber samba-util smbconf',
517
                    deps='ldap lber samba-util smbconf samba-debug replace smbd_shim samba-security',
518
                    enabled=bld.CONFIG_SET("HAVE_LDAP"),
518
                    enabled=bld.CONFIG_SET("HAVE_LDAP"),
519
                    private_library=False,
519
                    private_library=False,
520
                    abi_directory='lib/ABI',
520
                    abi_directory='lib/ABI',

Return to bug 692800