mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-14 10:58:05 +01:00
build: sync with upstream 2024-09-30 https://github.com/void-linux/void-packages/commit/9bdc7454
This commit is contained in:
parent
3ca8a2ac49
commit
a5396948f5
3 changed files with 2 additions and 22 deletions
|
@ -1,21 +0,0 @@
|
|||
#
|
||||
# This helper is for templates using WAF to build/install.
|
||||
#
|
||||
do_configure() {
|
||||
: ${configure_script:=waf}
|
||||
|
||||
PYTHON=/usr/bin/python2 python2 ${configure_script} configure \
|
||||
--prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE} ${configure_args}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
: ${configure_script:=waf}
|
||||
|
||||
PYTHON=/usr/bin/python2 python2 ${configure_script} build ${make_build_args}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
: ${configure_script:=waf}
|
||||
|
||||
PYTHON=/usr/bin/python2 python2 ${configure_script} install --destdir=${DESTDIR} ${make_install_args}
|
||||
}
|
|
@ -36,6 +36,7 @@ do_build() {
|
|||
--global-cache-dir /host/zig \
|
||||
--libc xbps_zig_libc.txt \
|
||||
--release=safe \
|
||||
--verbose \
|
||||
-Dtarget="${zig_target}" -Dcpu="${zig_cpu}" \
|
||||
install \
|
||||
${configure_args}
|
||||
|
|
|
@ -194,7 +194,7 @@ libtextstyle.so.0 gettext-0.21_3
|
|||
libgettextpo.so.0 gettext-0.21_3
|
||||
libattr.so.1 attr-2.4.43_1
|
||||
libacl.so.1 acl-2.2.47_1
|
||||
libpython2.7.so.1.0 python-2.7.18_3
|
||||
libpython2.7.so.1.0 python2-2.7.18.9_2
|
||||
libffi.so.7 libffi-3.3_1
|
||||
libffcall.so.0 ffcall-2.1_1
|
||||
libavcall.so.1 ffcall-2.1_1
|
||||
|
|
Loading…
Reference in a new issue