debian/patches/fix_lib_deps: Link xcleanup against $(OBJEDIT_LIBS).
authorAaron M. Ucko <amu@ucko.debian.net>
Mon, 4 Feb 2019 02:40:02 +0000 (21:40 -0500)
committerAaron M. Ucko <amu@ucko.debian.net>
Mon, 4 Feb 2019 02:40:02 +0000 (21:40 -0500)
debian/changelog
debian/patches/fix_lib_deps

index 976bbd5c54db4f4f801d6a3f0d071bde30e497a1..9d3d5d08c8faac9c1f3f82a0224863062791bbd5 100644 (file)
@@ -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 <amu@ucko.debian.net>  Sun, 03 Feb 2019 15:46:14 -0500
+ -- Aaron M. Ucko <ucko@debian.org>  Sun, 03 Feb 2019 21:40:01 -0500
 
 ncbi-blast+ (2.7.1-2) unstable; urgency=medium
 
index 4940c1ba2b0361190570fb795fd78d8076bcf4b1..5c4bfc11434f1a93f8fe2793a1316eff9b1abaf3 100644 (file)
@@ -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)