quassel: Build with fPIC to fix ssl use on gcc5
This commit is contained in:
@@ -54,6 +54,8 @@ in with stdenv; mkDerivation rec {
|
||||
])
|
||||
);
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fPIC";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DEMBED_DATA=OFF"
|
||||
"-DSTATIC=OFF" ]
|
||||
|
||||
Reference in New Issue
Block a user