crawl: fix build
This commit is contained in:
parent
e9f62d890c
commit
58f532216f
@ -7,7 +7,7 @@ index b7e2fbf..5ff23db 100644
|
|||||||
|
|
||||||
ifndef CROSSHOST
|
ifndef CROSSHOST
|
||||||
- SQLITE_INCLUDE_DIR := /usr/include
|
- SQLITE_INCLUDE_DIR := /usr/include
|
||||||
+ SQLITE_INCLUDE_DIR := ${sqlite.dev}/include
|
+ SQLITE_INCLUDE_DIR := ${sqlite}/include
|
||||||
else
|
else
|
||||||
# This is totally wrong, works only with some old-style setups, and
|
# This is totally wrong, works only with some old-style setups, and
|
||||||
# on some architectures of Debian/new FHS multiarch -- excluding, for
|
# on some architectures of Debian/new FHS multiarch -- excluding, for
|
||||||
|
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs $i
|
patchShebangs $i
|
||||||
done
|
done
|
||||||
patchShebangs util/gen-mi-enum
|
patchShebangs util/gen-mi-enum
|
||||||
|
rm -rf contrib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
makeFlags = [ "prefix=$(out)" "FORCE_CC=gcc" "FORCE_CXX=g++" "HOSTCXX=g++"
|
makeFlags = [ "prefix=$(out)" "FORCE_CC=gcc" "FORCE_CXX=g++" "HOSTCXX=g++"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user