[Commits] (morgen) Don't link to readline and termcap

commits at osafoundation.org commits at osafoundation.org
Wed Feb 11 11:27:28 PST 2004


Commit by: morgen
Modified files:
osaf/chandler/Chandler/distrib/linux/launcher/Makefile 1.4 1.5

Log message:
Don't link to readline and termcap


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/distrib/linux/launcher/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.5

Index: osaf/chandler/Chandler/distrib/linux/launcher/Makefile
diff -u osaf/chandler/Chandler/distrib/linux/launcher/Makefile:1.4 osaf/chandler/Chandler/distrib/linux/launcher/Makefile:1.5
--- osaf/chandler/Chandler/distrib/linux/launcher/Makefile:1.4	Tue Oct  7 15:34:07 2003
+++ osaf/chandler/Chandler/distrib/linux/launcher/Makefile	Wed Feb 11 11:26:57 2004
@@ -15,7 +15,7 @@
 
 
 # XXX edit LIBS (in particular) to match Modules/Makefile
-LIBS=		-lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
+LIBS=		-lnsl -ldl -lieee -lpthread -lutil
 LDFLAGS=	-Xlinker -export-dynamic
 SYSLIBS=	-lm
 MODLIBS=	



More information about the Commits mailing list