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
Sergei Trofimovich
BIND
Commits
4302b4f3
Commit
4302b4f3
authored
Jul 31, 2019
by
Ondřej Surý
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert the target specific variable to fix building with BSD make
parent
ae76cd08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib/dns/tests/Makefile.in
lib/dns/tests/Makefile.in
+2
-1
No files found.
lib/dns/tests/Makefile.in
View file @
4302b4f3
...
...
@@ -234,12 +234,13 @@ time_test@EXEEXT@: time_test.@O@ dnstest.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
${LDFLAGS}
-o
$@
time_test.@O@ dnstest.@O@
\
${DNSLIBS}
${ISCLIBS}
${LIBS}
tkey_test@EXEEXT@
:
WRAP_OPTIONS =
\
WRAP_OPTIONS
=
\
-Wl
,--wrap
=
isc__mem_put
\
-Wl
,--wrap
=
isc__mem_get
\
-Wl
,--wrap
=
isc_mem_attach
\
-Wl
,--wrap
=
isc_mem_detach
\
-Wl
,--wrap
=
isc__mem_putanddetach
tkey_test@EXEEXT@
:
tkey_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
if
test
"
${LD_WRAP_TESTS}
"
=
true
;
then
WRAP
=
"
${WRAP_OPTIONS}
"
;
fi
;
\
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${CFLAGS}
\
...
...
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