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 <[email protected]>
+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


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to