ucl: only pass -stc=c90 when using gcc
Also remove -fPIC, it's included in the hardening flags by default.
This commit is contained in:
parent
9efd7a9b6e
commit
51eafbe028
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# needed to successfully compile with gcc 6
|
# needed to successfully compile with gcc 6
|
||||||
NIX_CFLAGS_COMPILE = "-std=c90 -fPIC";
|
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isGNU "-std=c90";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.oberhumer.com/opensource/ucl/;
|
homepage = http://www.oberhumer.com/opensource/ucl/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user