kernel-libc-headers: force LANG=C in environment for perl.
This commit is contained in:
parent
f74a9b34a6
commit
f5d89dae51
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ fi
|
|||
|
||||
do_build()
|
||||
{
|
||||
make headers_check
|
||||
env LANG=C make headers_check
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
make INSTALL_HDR_PATH=${DESTDIR}/usr headers_install
|
||||
env LANG=C make INSTALL_HDR_PATH=${DESTDIR}/usr headers_install
|
||||
# Install scsi/scsi.h header, required by eject and others.
|
||||
sed -i -e "/^\#include <linux\/scatterlist.h>$/d" include/scsi/scsi.h
|
||||
install -m644 include/scsi/scsi.h ${DESTDIR}/usr/include/scsi
|
||||
|
|
Loading…
Reference in a new issue