cross-arm-linux-gnueabihf-libc-headers: also set ARCH=arm when installing.
This commit is contained in:
parent
693959f4b4
commit
c010ba4adf
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
pkgname=cross-arm-linux-gnueabihf-libc-headers
|
||||
version=3.7.1
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc=linux-${version}
|
||||
short_desc="The Linux libc headers for arm-linux-gnueabihf target"
|
||||
|
@ -20,7 +20,7 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALL_HDR_PATH=${DESTDIR}/usr/arm-linux-gnueabihf/usr headers_install
|
||||
make ARCH=arm INSTALL_HDR_PATH=${DESTDIR}/usr/arm-linux-gnueabihf/usr headers_install
|
||||
# Remove unused files.
|
||||
rm -f $(find ${DESTDIR}/usr/arm-linux-gnueabihf/usr/include -name .install -or -name ..install.cmd)
|
||||
# Remove drm headers, use libdrm.
|
||||
|
|
Loading…
Reference in a new issue