mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +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"
|
makeFlags="$makeFlags INSTALL_ROOT=$out"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-fPIC";
|
||||||
|
|
||||||
parallelBuild = false;
|
parallelBuild = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user