Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
544668f9
Commit
544668f9
authored
Aug 13, 2013
by
Mukund Sivaraman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3064] Don't even enter resolver directories if experimental resolver is disabled
parent
d07c725e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
10 deletions
+14
-10
src/bin/Makefile.am
src/bin/Makefile.am
+7
-2
src/bin/resolver/Makefile.am
src/bin/resolver/Makefile.am
+0
-3
src/lib/Makefile.am
src/lib/Makefile.am
+7
-2
src/lib/resolve/Makefile.am
src/lib/resolve/Makefile.am
+0
-3
No files found.
src/bin/Makefile.am
View file @
544668f9
if
BUILD_EXPERIMENTAL_RESOLVER
# Build resolver only with --enable-experimental-resolver
experimental_resolver
=
resolver
endif
SUBDIRS
=
bind10 bindctl cfgmgr ddns loadzone msgq cmdctl auth xfrin
\
xfrout usermgr zonemgr stats tests
resolver sockcreator dhcp4 dhcp6 d2
\
dbutil sysinfo memmgr
xfrout usermgr zonemgr stats tests
$(experimental_resolver)
\
sockcreator dhcp4 dhcp6 d2
dbutil sysinfo memmgr
check-recursive
:
all-recursive
src/bin/resolver/Makefile.am
View file @
544668f9
if
BUILD_EXPERIMENTAL_RESOLVER
# Build the resolver only with --enable-experimental-resolver
SUBDIRS
=
.
tests bench
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src/lib
-I
$(top_builddir)
/src/lib
...
...
@@ -85,4 +83,3 @@ b10_resolver_LDFLAGS = -pthread
# and can't use @datadir@ because doesn't expand default ${prefix}
b10_resolverdir
=
$(pkgdatadir)
b10_resolver_DATA
=
resolver.spec
endif
src/lib/Makefile.am
View file @
544668f9
if
BUILD_EXPERIMENTAL_RESOLVER
# Build resolver only with --enable-experimental-resolver
experimental_resolver
=
resolve
endif
SUBDIRS
=
exceptions util log hooks cryptolink dns cc config acl xfr bench
\
asiolink asiodns nsas cache
resolve testutils datasrc
\
server_common python dhcp dhcp_ddns dhcpsrv statistics
asiolink asiodns nsas cache
$(experimental_resolver)
testutils
\
datasrc
server_common python dhcp dhcp_ddns dhcpsrv statistics
src/lib/resolve/Makefile.am
View file @
544668f9
if
BUILD_EXPERIMENTAL_RESOLVER
# Build resolver only with --enable-experimental-resolver
SUBDIRS
=
.
tests
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src/lib
-I
$(top_builddir)
/src/lib
...
...
@@ -49,4 +47,3 @@ if USE_CLANGPP
libb10_resolve_la_CXXFLAGS
+=
-Wno-error
endif
libb10_resolve_la_CPPFLAGS
=
$(AM_CPPFLAGS)
endif
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