Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Building a usable ImageMagick
@ 2009-11-04  7:26 Baruch Siach
  2009-11-04  8:24 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2009-11-04  7:26 UTC (permalink / raw)
  To: buildroot

Hi Buildroot list,

I'm trying to produce a working ImageMagick installation under Buildroot.  
According to my test ImageMagick depends on having *.la files in the 
/usr/lib/ImageMagick-6.4.8/modules-Q16/coders/ directory in order to find its 
codecs at run-time. Unfortunately, the target-finalize target in the main 
Makefile includes the following line:

find $(TARGET_DIR)/usr/lib \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f

which means that all *.la file get removed from the target. What is the best 
approach to solve this issue?

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-04  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04  7:26 [Buildroot] Building a usable ImageMagick Baruch Siach
2009-11-04  8:24 ` Thomas Petazzoni
2009-11-04  8:30   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox