mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
gsm: compile with -fPIC to fix build in mediastreamer for ZHF
This commit is contained in:
parent
7a6af47cca
commit
fd6e830aa3
|
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||
makeFlags="$makeFlags INSTALL_ROOT=$out"
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fPIC";
|
||||
|
||||
parallelBuild = false;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue