Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
BIND
BIND
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 632
    • Issues 632
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 106
    • Merge Requests 106
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Merge Requests
  • !2115

Merged
Opened Jul 02, 2019 by Ondřej Surý@ondrejOwner

The BIND 9 libraries are now internal-only, so remove isc-config.sh

  • Overview 0
  • Commits 1
  • Pipelines 3
  • Changes 11

The isc-config.sh script was introduced before pkg-config as is a purely historical thing. There are two reason for removal of isc-config.sh scripts:

a) The BIND 9 libraries are now meant to be used only from BIND 9, so there's no reason to provide convenience script to link with the libraries.

b) Even if that was not the case, we should and would replace the isc-config.sh with respective pkg-config (.pc) file for every library.

Closes #1123 (closed)

Edited Jul 02, 2019 by Ondřej Surý
Assignee
Assign to
Reviewer
Request review from
BIND 9.15.3
Milestone
BIND 9.15.3 (Past due)
Assign milestone
Time tracking
Reference: isc-projects/bind9!2115
Source branch: 1123-remove-isc-config.sh