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…
x
Reference in New Issue
Block a user