mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03: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 New Issue
Block a user