gnu: make-linux-libre: Fix cross-compilation.
authorMathieu Othacehe <m.othacehe@gmail.com>
Wed, 4 Sep 2019 16:21:19 +0000 (18:21 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Wed, 4 Sep 2019 16:21:19 +0000 (18:21 +0200)
commit6ef379f879a1d098ec55a9ca294e808e24291daf
treee3bbdd245a4aafcd7cfd41af3696e90c58461fd3
parent6202bb33eb9751778c7342f7673c64bfea7a1103
gnu: make-linux-libre: Fix cross-compilation.

* gnu/packages/linux.scm (make-linux-libre)[arguments]: Unset CROSS_CPATH to
make sure that cross-libc is not found. Otherwise, some of its header would
conflict with the one from linux (stdint.h and linux/types.h).
gnu/packages/linux.scm