FS#51975 - [optipng] build against system libs

Attached to Project: Community Packages
Opened by userwithuid (userwithuid) - Saturday, 26 November 2016, 22:59 GMT
Last edited by Jelle van der Waa (jelly) - Monday, 29 May 2017, 18:24 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

1. It is possible to build optipng against system libpng/zlib instead of the vendored copies.
2. Also, you can use -prefix and -mandir for ./configure instead of make install.


suggested changes:

depends('glibc' 'libpng' 'zlib')
[...]
./configure -prefix=/usr -mandir=/usr/share/man -with-system-libs
[...]
make DESTDIR="$pkgdir" install
This task depends upon

Closed by  Jelle van der Waa (jelly)
Monday, 29 May 2017, 18:24 GMT
Reason for closing:  Implemented
Additional comments about closing:  Implemented in 0.7.6-2 \o/
Comment by Peter Buxton (somercet) - Saturday, 25 February 2017, 05:30 GMT
Ugh, was unaware of vote button.

Loading...