diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2019-05-24 19:36:10 +0200 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-24 10:36:10 -0700 |
| commit | 12a0106d036a2fc40807fe5a39f92a1be0e59e24 (patch) | |
| tree | 29d723ffc47b15379f1dc65f7c021ef58d42c1a9 /ports/apr-util/CONTROL | |
| parent | a4f94540ae7f54c7ebccf0d816b6f56f514ff941 (diff) | |
| download | vcpkg-12a0106d036a2fc40807fe5a39f92a1be0e59e24.tar.gz vcpkg-12a0106d036a2fc40807fe5a39f92a1be0e59e24.zip | |
[apr-util] Fix logic error. If find_library call is used testing for existance is strange. (#6609)
Especially if APR_LIBRARIES can contain a list. Testing against NOTFOUND is better.
Diffstat (limited to 'ports/apr-util/CONTROL')
| -rw-r--r-- | ports/apr-util/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/apr-util/CONTROL b/ports/apr-util/CONTROL index 1ff406efd..80ca3d94d 100644 --- a/ports/apr-util/CONTROL +++ b/ports/apr-util/CONTROL @@ -1,4 +1,4 @@ Source: apr-util -Version: 1.6.0-2 +Version: 1.6.0-3 Description: Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementation Build-Depends: expat, apr, openssl |
