libhugetlbfs: fix for lib64
This commit is contained in:
parent
04df9331eb
commit
f8d50a710f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
||||||
# fails to build on musl (relies on glibc specifics) + only for these archs
|
# fails to build on musl (relies on glibc specifics) + only for these archs
|
||||||
archs="x86_64 i686 armv[67]l aarch64 ppc64le ppc64 ppc"
|
archs="x86_64 i686 armv[67]l aarch64 ppc64le ppc64 ppc"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="ARCH=${XBPS_TARGET_MACHINE%-*} LIB32=lib32 LIB64=lib BUILDTYPE=NATIVEONLY"
|
make_build_args="ARCH=${XBPS_TARGET_MACHINE%-*} LIB32=lib32 LIB64=lib64 BUILDTYPE=NATIVEONLY"
|
||||||
make_install_args="${make_build_args}"
|
make_install_args="${make_build_args}"
|
||||||
short_desc="Library to deal with hugetlbfs"
|
short_desc="Library to deal with hugetlbfs"
|
||||||
maintainer="q66 <daniel@octaforge.org>"
|
maintainer="q66 <daniel@octaforge.org>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue