Re: Removing useless library dependancies from xmotd

2006-09-30 Thread Bernhard R. Link
* Marcin Owsiany <[EMAIL PROTECTED]> [060930 17:52]: > Now some questions: > - is it OK for me to make this modification in my package? Won't it >break on some other (Debian) architecture? i think all Debian architectures are similar enough that if it works on one, it should work on all of th

Removing useless library dependancies from xmotd

2006-09-30 Thread Marcin Owsiany
Hi, I am trying to limit the number of libraries that xmotd links against, as advised by the recent post to d-d-a. The Imakefile contains: MOTD_LIBRARIES = $(XPM_LIB) $(HTML_LIB_DIR) $(HTML_LIB) $(MOTIF_LIB_DIR) $(MOTIF_LIB) LOCAL_LIBRARIES = $(MOTD_LIBRARIES) XawClientLibs By experimenting,