mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01: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
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue