Description: set -lwfa2 for the linker
 This works around a failure to catch the wfa2 library by the CMake files.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: no
Last-Update: 2023-02-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libvcflib.orig/CMakeLists.txt
+++ libvcflib/CMakeLists.txt
@@ -172,6 +172,7 @@
     PkgConfig::SMITHWATERMAN
     PkgConfig::FASTAHACK
     tabixpp
+    wfa2
     )
 
 set(BINS
