forked from mirrors/nixpkgs
quassel: Build with fPIC to fix ssl use on gcc5
This commit is contained in:
parent
d9fd037e88
commit
2664685d67
|
@ -54,6 +54,8 @@ in with stdenv; mkDerivation rec {
|
|||
])
|
||||
);
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fPIC";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DEMBED_DATA=OFF"
|
||||
"-DSTATIC=OFF" ]
|
||||
|
|
Loading…
Reference in a new issue