Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
dhcp
Commits
cc35f849
Commit
cc35f849
authored
Mar 19, 2019
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Avoid Bind9 python dependency
merges [
#3
,
!1
] Avoid Bind9 python dependency
parent
85ef0d90
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
configure.ac
configure.ac
+1
-1
util/Makefile.bind.in
util/Makefile.bind.in
+1
-1
util/bind.sh
util/bind.sh
+1
-0
No files found.
configure.ac
View file @
cc35f849
AC_INIT([DHCP],[4.4.
1
],[dhcp-users@isc.org])
AC_INIT([DHCP],[4.4.
2-dev
],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
...
...
util/Makefile.bind.in
View file @
cc35f849
...
...
@@ -23,7 +23,7 @@ exec_prefix = @exec_prefix@
bindconfig
=
--without-openssl
--without-libxml2
--without-libjson
\
--without-gssapi
--disable-threads
--without-lmdb
\
--includedir
=
@includedir@
--libdir
=
@libdir@
\
--includedir
=
@includedir@
--libdir
=
@libdir@
--without-python
\
@BINDLT@ @BINDIOMUX@ @BINDCONFIG@
--enable-full-report
@BIND_ATF_FALSE@
cleandirs
=
./lib ./include
...
...
util/bind.sh
View file @
cc35f849
...
...
@@ -73,6 +73,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
4.4.2-dev
)
noSNAP
=
snapshot
BINDTAG
=
v9_11
;;
4.4.1
)
noSNAP
=
snapshot
BINDTAG
=
v9_11_2_P1
;;
4.4.0
)
noSNAP
=
snapshot
BINDTAG
=
v9_11_2_P1
;;
4.4.0b1
)
noSNAP
=
snapshot
BINDTAG
=
v9_11_2
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment