From ca873ed32049ba1c1bd95cff3421221aa27b1edf Mon Sep 17 00:00:00 2001 From: Rone Charles Date: Wed, 10 Jan 2024 18:45:54 -0500 Subject: [PATCH] Undo change that removed libdl from SRA-enabled builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4a3d506a..77c39aec 100644 --- a/Makefile +++ b/Makefile @@ -157,6 +157,7 @@ ifeq (1, $(USE_SRA)) endif ALIGN_LDLIBS += -lncbi-ngs-static ALIGN_LDLIBS += -lncbi-vdb-static + ALIGN_LDLIBS += -ldl CXXFLAGS += -DUSE_SRA endif endif