aspino: patch to use c++ instead of g++
This commit is contained in:
@@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ zlib boost ];
|
buildInputs = [ zlib boost ];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace "GCC = g++" "GCC = c++"
|
||||||
|
'';
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cp ${glucose.src} patches/glucose-syrup.tgz
|
cp ${glucose.src} patches/glucose-syrup.tgz
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user