diff options
| author | Joakim L. Gilje <jgilje@jgilje.net> | 2020-10-13 00:20:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 15:20:01 -0700 |
| commit | f6ce6eb4037cf52be35b418e72445e83fa3e4554 (patch) | |
| tree | b8b95c2be0ea8e3afaf82f97d54cc1f5e7cf542d /ports/botan/CONTROL | |
| parent | 180ec7eb933bdd176baf190a2eb1f8a3555396c8 (diff) | |
| download | vcpkg-f6ce6eb4037cf52be35b418e72445e83fa3e4554.tar.gz vcpkg-f6ce6eb4037cf52be35b418e72445e83fa3e4554.zip | |
[botan] ask for amalgamation build on windows (#13936)
* ask for amalgamation build on windows to avoid linker errors due to long command line
* bump port-version on botan
* made the amalgamation build user-selectable via feature-flags
Diffstat (limited to 'ports/botan/CONTROL')
| -rw-r--r-- | ports/botan/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/botan/CONTROL b/ports/botan/CONTROL index 871381e57..5c3808a51 100644 --- a/ports/botan/CONTROL +++ b/ports/botan/CONTROL @@ -1,4 +1,8 @@ Source: botan Version: 2.15.0 +Port-Version: 1 Homepage: https://botan.randombit.net Description: A cryptography library written in C++11 + +Feature: amalgamation +Description: Do an amalgamation build of the library |
