From 4bd637effeb24a6492b6df5dca9f5ca03c2c396a Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Tue, 25 Jun 2019 09:43:28 +0200 Subject: libre/libretools: rebuilt to fix broken libremakepkg when SRCDIR is set --- ...bremakepkg-fix-building-packages-requring-a-rw-sta.patch | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'libre/libretools/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch') diff --git a/libre/libretools/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch b/libre/libretools/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch index 759f686e0..75b2d6f4f 100644 --- a/libre/libretools/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch +++ b/libre/libretools/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch @@ -40,26 +40,19 @@ diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index 00eb2e0..fe7dd3a 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg -@@ -124,11 +124,9 @@ build() ( +@@ -124,11 +124,11 @@ build() ( local run_ynet=() local run_nnet=() if $INCHROOT; then - local _run=(sh -c "mount --bind -o ro -- ${startdir@Q} ${startdir@Q} && cd ${startdir@Q} && \$@" --) ++ local _run=(sh -c "cd ${startdir@Q} && \$@" --) run_ynet=(unshare --mount -- "${_run[@]}") run_nnet=(unshare --mount --net -- "${_run[@]}") else - librechroot_flags+=(-r "$startdir:/startdir") ++ librechroot_flags+=(-w "$startdir:/startdir") run_ynet=(librechroot "${librechroot_flags[@]}" run) run_nnet=(librechroot "${librechroot_flags[@]}" -N run) fi -@@ -266,6 +264,7 @@ main() { - "Waiting for existing lock on build directory to be released" - else - librechroot_flags+=( -+ -w "$PWD:/startdir" - -n "$CHROOT" - -l "$copy" - ) --- 2.21.0 -- cgit v1.2.3