3
0
Fork 0
forked from mirrors/nixpkgs

quassel: Build with fPIC to fix ssl use on gcc5

This commit is contained in:
William A. Kennington III 2015-09-19 16:05:38 -07:00
parent d9fd037e88
commit 2664685d67

View file

@ -54,6 +54,8 @@ in with stdenv; mkDerivation rec {
])
);
NIX_CFLAGS_COMPILE = "-fPIC";
cmakeFlags = [
"-DEMBED_DATA=OFF"
"-DSTATIC=OFF" ]