You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
552 B

  1. samba: build dnsserver_common code
  2. Just 'install' does not seem to do it.
  3. Upstream-Status: Pending
  4. Signed-off-by: Joe Slater <joe.slater@windriver.com>
  5. --- a/source4/dns_server/wscript_build
  6. +++ b/source4/dns_server/wscript_build
  7. @@ -4,7 +4,7 @@ bld.SAMBA_LIBRARY('dnsserver_common',
  8. source='dnsserver_common.c',
  9. deps='samba-util samba-errors ldbsamba clidns',
  10. private_library=True,
  11. - install=bld.AD_DC_BUILD_IS_ENABLED()
  12. + enabled=bld.AD_DC_BUILD_IS_ENABLED()
  13. )
  14. bld.SAMBA_MODULE('service_dns',