mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
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
|
pkgname=cross-arm-linux-gnueabihf-libc-headers
|
||||||
version=3.7.1
|
version=3.7.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc=linux-${version}
|
wrksrc=linux-${version}
|
||||||
short_desc="The Linux libc headers for arm-linux-gnueabihf target"
|
short_desc="The Linux libc headers for arm-linux-gnueabihf target"
|
||||||
|
@ -20,7 +20,7 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
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.
|
# Remove unused files.
|
||||||
rm -f $(find ${DESTDIR}/usr/arm-linux-gnueabihf/usr/include -name .install -or -name ..install.cmd)
|
rm -f $(find ${DESTDIR}/usr/arm-linux-gnueabihf/usr/include -name .install -or -name ..install.cmd)
|
||||||
# Remove drm headers, use libdrm.
|
# Remove drm headers, use libdrm.
|
||||||
|
|
Loading…
Add table
Reference in a new issue