summaryrefslogtreecommitdiffstats
path: root/patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-07-25 20:53:49 +0000
committer Eric Hameleers <alien@slackware.com>2022-07-26 13:30:29 +0200
commitbfbbd63f28b02960c01a00957030a3ced233f82e (patch)
treec1fe5db2c077d048e1eee46ebc8e635ac2de78c3 /patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build
parent7e930376320e016856285807d7788b01e51cc594 (diff)
downloadcurrent-20220725205349_15.0.tar.gz
current-20220725205349_15.0.tar.xz
Mon Jul 25 20:53:49 UTC 202220220725205349_15.0
patches/packages/mozilla-firefox-91.12.0esr-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/91.12.0/releasenotes/ (* Security fix *) patches/packages/perl-5.34.0-x86_64-2_slack15.0.txz: Rebuilt. This is a bugfix release. Upgraded: Devel-CheckLib-1.16, IO-Socket-SSL-2.074, Net-SSLeay-1.92, Path-Tiny-0.122, Template-Toolkit-3.100, URI-5.12, libnet-3.14. Added a symlink to libperl.so in /usr/${LIBDIRSUFFIX} since net-snmp (and possibly other programs) might have trouble linking with it since it's not in the LD_LIBRARY_PATH. Thanks to oneforall.
Diffstat (limited to 'patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build')
-rwxr-xr-xpatches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build b/patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build
index e3030faa0..a4659df29 100755
--- a/patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build
+++ b/patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build
@@ -52,4 +52,6 @@ find . \
-exec chmod 644 {} \;
cargo build --release
+rm /root/.cargo/bin 2> /dev/null
+mkdir -p /root/.cargo/bin
install -Dm755 target/release/cbindgen /root/.cargo/bin