FS#19202 - [imagemagick] package includes lots of .la-files

Attached to Project: Arch Linux
Opened by Stefan Husmann (stefanhusmann) - Wednesday, 21 April 2010, 18:30 GMT
Last edited by Dan Griffiths (Ghost1227) - Wednesday, 21 April 2010, 19:15 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Dan Griffiths (Ghost1227)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:[imagemagick] package includes lots of .la-files under
/usr/lib/ImageMagick-6.6.1/modules-Q16.

The PKGBUILD deletes .la-files under /usr/lib, but not in the subdirs.

find ${pkgdir} -name '*.la' -exec rm {} \; || return 1
at the end of th PKGBUILD would solve this.

Additional info:
* package version(s) 6.6.1
* config and/or log files etc.

Steps to reproduce:
pacman -Ql imagemagick| grep \.la
This task depends upon

Closed by  Dan Griffiths (Ghost1227)
Wednesday, 21 April 2010, 19:15 GMT
Reason for closing:  Not a bug
Additional comments about closing:  I agree with Eric. As far as I can tell, in this case they're necessary.
Comment by Eric Belanger (Snowman) - Wednesday, 21 April 2010, 19:08 GMT
Last time I checked, those were required.

Loading...