Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bind9
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Debian DNS Team
  • bind9
  • Merge requests
  • !12

d/rules: replace deprecated json configure

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Andreas Hasenack requested to merge ahasenack/bind9:deprecated-json-configure into debian/main Jul 06, 2020
  • Overview 1
  • Commits 1
  • Changes 1

As can be seen in the build logs at https://buildd.debian.org/status/fetch.php?pkg=bind9&arch=amd64&ver=1%3A9.16.4-1&stamp=1592427938&raw=0:

Unrecognized options:
    --disable-silent-rules, --disable-dependency-tracking, --enable-threads, --with-gost, --with-libjson-c, --with-atf, --enable-ipv6, --enable-rrl, --enable-filter-aaaa

--with-libjson-c is not recogznied anymore. We should be using --with-json-c nowadays:

  --with-libjson          deprecated, use --with-json-c
  --with-json-c           build with json-c library [yes|no|detect] (default
                          is detect)
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: deprecated-json-configure