forked from rarias/bscpkgs
cpic: Compilation ok but fails to run
This commit is contained in:
BIN
bsc/nanos6/.git.nix.swp
Normal file
BIN
bsc/nanos6/.git.nix.swp
Normal file
Binary file not shown.
@@ -28,9 +28,12 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = ''
|
||||
cd ${pname}-${version}
|
||||
sed -i 's|/bin/echo|echo|g' loader/scripts/common.sh loader/scripts/lint/common.sh
|
||||
autoreconf -fiv
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--with-symbol-resolution=indirect"
|
||||
];
|
||||
|
||||
#configureFlags = []
|
||||
# ++ (if (extrae != null) then ["--with-extrae=${extrae}"] else [""]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user