Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
strongswan: Rename swid modules to swima
Browse files Browse the repository at this point in the history
As of strongswan 5.6.0, the im[cv]-swid was renamed to im[cv]swima.

Rename the options to match and add the json-c dependency to those options.

Signed-off-by: Joe Hershberger <[email protected]>
  • Loading branch information
jhershbe authored and flihp committed May 1, 2021
1 parent 1274fc9 commit a21c30e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ PACKAGECONFIG += " \
imv-os \
imc-attestation \
imv-attestation \
imc-swid \
imv-swid \
imc-swima \
imv-swima \
tnc-ifmap \
tnc-imc \
tnc-imv \
Expand All @@ -28,7 +28,8 @@ PACKAGECONFIG[imc-os] = "--enable-imc-os,--disable-imc-os,,"
PACKAGECONFIG[imv-os] = "--enable-imv-os,--disable-imv-os,,"
PACKAGECONFIG[imc-attestation] = "--enable-imc-attestation,--disable-imc-attestation,,"
PACKAGECONFIG[imv-attestation] = "--enable-imv-attestation,--disable-imv-attestation,,"
PACKAGECONFIG[imc-swid] = "--enable-imc-swid,--disable-imc-swid,,"
PACKAGECONFIG[imc-swima] = "--enable-imc-swima,--disable-imc-swima,json-c,"
PACKAGECONFIG[imv-swima] = "--enable-imv-swima,--disable-imv-swima,json-c,"
PACKAGECONFIG[tnc-ifmap] = "--enable-tnc-ifmap,--disable-tnc-ifmap,libxml2,"
PACKAGECONFIG[tnc-imc] = "--enable-tnc-imc,--disable-tnc-imc,,"
PACKAGECONFIG[tnc-imv] = "--enable-tnc-imv,--disable-tnc-imv,,"
Expand Down

0 comments on commit a21c30e

Please sign in to comment.