forked from rarias/bscpkgs
intel: add libstdc++ as dependency for patchelf
This commit is contained in:
parent
5789b4a77a
commit
833d58a875
@ -100,9 +100,11 @@ in
|
|||||||
libxml2
|
libxml2
|
||||||
hwloc
|
hwloc
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
|
stdenv.cc.cc.lib
|
||||||
];
|
];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
# The gcc package is required for building other programs
|
# The gcc package is required for building other programs
|
||||||
#propagatedBuildInputs = [ gcc ];
|
#propagatedBuildInputs = [ gcc ];
|
||||||
@ -113,6 +115,7 @@ in
|
|||||||
|
|
||||||
# FIXME: Some dependencies are missing
|
# FIXME: Some dependencies are missing
|
||||||
autoPatchelfIgnoreMissingDeps=true;
|
autoPatchelfIgnoreMissingDeps=true;
|
||||||
|
#autoPatchelfIgnoreMissingDeps = [ "*" ];
|
||||||
|
|
||||||
# Compiler
|
# Compiler
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user