diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2016-10-12 03:25:14 +0200 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2016-10-12 17:50:26 +0200 |
| commit | b123909c7aaaa7fba7493c7f74a50bbfe84dbfdf (patch) | |
| tree | 8f2b1422155af68b189d4ac846900135534f701b /base/util/src | |
| parent | f3492b3686efcf4abe573ffde461231d1e5df136 (diff) | |
| download | pki-b123909c7aaaa7fba7493c7f74a50bbfe84dbfdf.tar.gz pki-b123909c7aaaa7fba7493c7f74a50bbfe84dbfdf.tar.xz pki-b123909c7aaaa7fba7493c7f74a50bbfe84dbfdf.zip | |
Fixed pki-nsutil build order.
To help troubleshooting build issues the pki-nsutil-classes
build target has been modified to depend on symkey-jar although
there is no actual code dependency. This way the targets will
be built sequentially and error messages will be easier to find.
https://fedorahosted.org/pki/ticket/2476
Diffstat (limited to 'base/util/src')
| -rw-r--r-- | base/util/src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/util/src/CMakeLists.txt b/base/util/src/CMakeLists.txt index bf531d432..b434397f7 100644 --- a/base/util/src/CMakeLists.txt +++ b/base/util/src/CMakeLists.txt @@ -77,6 +77,8 @@ javac(pki-nsutil-classes ${JSS_JAR} ${COMMONS_CODEC_JAR} OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}/classes + DEPENDS + symkey-jar ) configure_file( |
