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