Skip to content

Commit

Permalink
Add missing required targets for pki-acme-classes target
Browse files Browse the repository at this point in the history
Parallel build fails because of the races caused by the missing
(not yet built) jars.

Fixes: https://pagure.io/dogtagpki/issue/3196
Signed-off-by: Stanislav Levin <slev@altlinux.org>
  • Loading branch information
stanislavlevin authored and edewata committed Jul 30, 2020
1 parent d3957e6 commit 4bbb201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/acme/CMakeLists.txt
Expand Up @@ -14,6 +14,8 @@ javac(pki-acme-classes
${JSS_JAR} ${PKI_CMSUTIL_JAR} ${PKI_CERTSRV_JAR}
${PKI_CMS_JAR}
${LDAPJDK_JAR}
DEPENDS
pki-cmsutil-jar pki-certsrv-jar pki-cms-jar
OUTPUT_DIR
${CMAKE_CURRENT_BINARY_DIR}/classes
)
Expand Down

0 comments on commit 4bbb201

Please sign in to comment.