nixpkgs/pkgs/applications/misc/mupdf
Pierre Bourdon 3d4769a9e8
mupdf: actually build and install the shared libraries version
The current version of the derivation builds in shared libraries mode,
but then the "shared" flag is not passed to the "make install"
invocation. This causes "make install" to perform a whole second build
from scratch, in static mode, and install this to $out instead.

Instead pass shared=yes as part of the makeFlags -- this is basically
the only thing that the "shared" build target does anyway, and I don't
think there is a similar target for "make install".

This issue was detected because the .pc shipped with mupdf doesn't work
with the static libraries currently shipped (it doesn't include
recursive dependencies like zlib).
2023-06-11 16:16:25 +02:00
..
1.17.nix
0001-Use-command-v-in-favor-of-which.patch
0002-Add-Darwin-deps.patch
darwin.patch
default.nix mupdf: actually build and install the shared libraries version 2023-06-11 16:16:25 +02:00
mupdf-1.14-shared_libs.patch