mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
libjpeg-turbo: don't change ABI, don't add *.a
(refers to the parent commit)
This commit is contained in:
parent
1488f51f4b
commit
dd69374a63
@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = ''
|
||||
cmakeFlagsArray+=(
|
||||
"-DCMAKE_INSTALL_BINDIR=$bin/bin"
|
||||
"-DWITH_JPEG8=1"
|
||||
"-DWITH_JPEG9=1"
|
||||
"-DENABLE_STATIC=0"
|
||||
)
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user