Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
642e4ac7
Commit
642e4ac7
authored
Mar 16, 2015
by
Mukund Sivaraman
Browse files
Fix out-of-srcdir build with native pkcs11 (#38831)
parent
7ab0c9f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
642e4ac7
4086. [bug] Fix out-of-srcdir build with native pkcs11. [RT #38831]
4085. [bug] ISC_PLATFORM_HAVEXADDQ could be inconsistently set.
[RT #38828]
...
...
bin/pkcs11/Makefile.in
View file @
642e4ac7
...
...
@@ -51,21 +51,21 @@ MANOBJS = ${MANPAGES} ${HTMLPAGES}
@BIND9_MAKE_RULES@
pkcs11-list@EXEEXT@
:
@srcdir@/
pkcs11-list.@O@ ${DEPLIBS}
pkcs11-list@EXEEXT@
:
pkcs11-list.@O@ ${DEPLIBS}
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${ALL_CFLAGS}
${LDFLAGS}
\
-o
$@
@srcdir@/
pkcs11-list.@O@
${LIBS}
-o
$@
pkcs11-list.@O@
${LIBS}
pkcs11-destroy@EXEEXT@
:
@srcdir@/
pkcs11-destroy.@O@ ${DEPLIBS}
pkcs11-destroy@EXEEXT@
:
pkcs11-destroy.@O@ ${DEPLIBS}
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${ALL_CFLAGS}
${LDFLAGS}
\
-o
$@
@srcdir@/
pkcs11-destroy.@O@
${LIBS}
-o
$@
pkcs11-destroy.@O@
${LIBS}
pkcs11-keygen@EXEEXT@
:
@srcdir@/
pkcs11-keygen.@O@ ${DEPLIBS}
pkcs11-keygen@EXEEXT@
:
pkcs11-keygen.@O@ ${DEPLIBS}
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${ALL_CFLAGS}
${LDFLAGS}
\
-o
$@
@srcdir@/
pkcs11-keygen.@O@
${LIBS}
-o
$@
pkcs11-keygen.@O@
${LIBS}
pkcs11-tokens@EXEEXT@
:
@srcdir@/
pkcs11-tokens.@O@ ${DEPLIBS}
pkcs11-tokens@EXEEXT@
:
pkcs11-tokens.@O@ ${DEPLIBS}
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${ALL_CFLAGS}
${LDFLAGS}
\
-o
$@
@srcdir@/
pkcs11-tokens.@O@
${LIBS}
-o
$@
pkcs11-tokens.@O@
${LIBS}
doc man
::
${MANOBJS}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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