diff --git a/common/build-style/waf.sh b/common/build-style/waf.sh deleted file mode 100644 index e943765..0000000 --- a/common/build-style/waf.sh +++ /dev/null @@ -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} -} diff --git a/common/build-style/zig-build.sh b/common/build-style/zig-build.sh index 20d5d28..5c334b1 100644 --- a/common/build-style/zig-build.sh +++ b/common/build-style/zig-build.sh @@ -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} diff --git a/common/shlibs b/common/shlibs index 779b76d..e03048c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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