[med-svn] r5813 - trunk/packages/mothur/trunk/debian/patches
Andreas Tille
tille at alioth.debian.org
Sun Jan 30 11:56:03 UTC 2011
Author: tille
Date: 2011-01-30 11:56:01 +0000 (Sun, 30 Jan 2011)
New Revision: 5813
Added:
trunk/packages/mothur/trunk/debian/patches/no_lcurses.patch
Modified:
trunk/packages/mothur/trunk/debian/patches/series
Log:
Do not link against unneeded libncurses
Added: trunk/packages/mothur/trunk/debian/patches/no_lcurses.patch
===================================================================
--- trunk/packages/mothur/trunk/debian/patches/no_lcurses.patch (rev 0)
+++ trunk/packages/mothur/trunk/debian/patches/no_lcurses.patch 2011-01-30 11:56:01 UTC (rev 5813)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Date: 2011-01-30
+Dscription: There is no need to link against lncurses because its symbols are not used
+--- mothur-1.14.0.orig/makefile
++++ mothur-1.14.0/makefile
+@@ -54,8 +54,7 @@
+ ifeq ($(strip $(USEREADLINE)),yes)
+ CXXFLAGS += -DUSE_READLINE
+ LIBS = \
+- -lreadline\
+- -lncurses
++ -lreadline
+ endif
+
+ USEMPI ?= no
Modified: trunk/packages/mothur/trunk/debian/patches/series
===================================================================
--- trunk/packages/mothur/trunk/debian/patches/series 2011-01-30 11:50:57 UTC (rev 5812)
+++ trunk/packages/mothur/trunk/debian/patches/series 2011-01-30 11:56:01 UTC (rev 5813)
@@ -1 +1,2 @@
makefile.patch
+no_lcurses.patch
More information about the debian-med-commit
mailing list