From 87cc541f36fa1c762ef64feb347ab37a39b69d60 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sun, 3 Feb 2019 21:40:02 -0500 Subject: [PATCH] debian/patches/fix_lib_deps: Link xcleanup against $(OBJEDIT_LIBS). --- debian/changelog | 3 ++- debian/patches/fix_lib_deps | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 976bbd5c..9d3d5d08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ ncbi-blast+ (2.8.1-1) UNRELEASED; urgency=medium - Retire support_boost_1_67 (already applied upstream). - Update patches that apply with offsets or outright fuzz, or need full-fledged porting. + * debian/patches/fix_lib_deps: Link xcleanup against $(OBJEDIT_LIBS). - -- Aaron M. Ucko Sun, 03 Feb 2019 15:46:14 -0500 + -- Aaron M. Ucko Sun, 03 Feb 2019 21:40:01 -0500 ncbi-blast+ (2.7.1-2) unstable; urgency=medium diff --git a/debian/patches/fix_lib_deps b/debian/patches/fix_lib_deps index 4940c1ba..5c4bfc11 100644 --- a/debian/patches/fix_lib_deps +++ b/debian/patches/fix_lib_deps @@ -697,7 +697,7 @@ Last-Update: 2016-12-05 newcleanupp capitalization_string -DLL_LIB = xregexp $(PCRE_LIB) -+DLL_LIB = xobjutil valid submit taxon3 xregexp $(PCRE_LIB) $(SOBJMGR_LIBS) ++DLL_LIB = $(OBJEDIT_LIBS) xobjutil valid xregexp $(PCRE_LIB) $(SOBJMGR_LIBS) LIB = xcleanup LIBS = $(PCRE_LIBS) -- 2.30.2