GNOME Bugzilla – Bug 672052
[PATCH] Add configure options --with[out]-gs and --with[out]-bzip2 to allow bypassing gs/bzip2 auto-detection
Last modified: 2012-05-05 00:00:51 UTC
Created attachment 209712 [details] [review] Add configure options --with[out]-gs and --with[out]-bzip2 to allow bypassing gs/bzip2 auto-detection Hello! Auto-detection of dependencies is helpful to people building source manually but Linux distributions need a way to bypass that auto-detection to ensure a package only depends on its advertised dependencies. Please consider application of the attached patch. Thanks!
Pushed to master: commit 53d82447136a6a5b8bc87f2d49dde936e8a65ff9 Author: Sebastian Pipping <sebastian@pipping.org> Date: Wed Mar 14 13:40:19 2012 +0100 Introduce configure options to bypass bzip2 and Ghostscript Introduce configure options --with[out]-gs and --with[out]-bzip2 to allow bypassing gs/bzip2 auto-detection Resolving as FIXED, milestone 2.8.
Excellent, thank you!
Created attachment 213470 [details] [review] Fix configure option --with[out]-bzip2 Actually, there was a small bug in my previous patch (that Rafał Mużyło reported at [1]). I have made a small follow-up patch to address this issue. Please consider application. Thank you! [1] https://bugs.gentoo.org/show_bug.cgi?id=414525
Re-opening...
Committed, thanks.