Re: [PATCH execline] Fix CC variable in cross compile environment

From: Shengjing Zhu <zhsj_at_debian.org>
Date: Tue, 22 Oct 2019 00:55:00 +0800

Hi Laurent,

On Mon, Oct 21, 2019 at 11:14 PM Laurent Bercot <ska-skaware_at_skarnet.org> wrote:
>
>
> Confirmed; I must have been confused when testing earlier.
> Fix pushed, thanks Shengjing.
> Bugfix releases coming soon.
>

Since a new release is coming soon, is there any chance to apply
another cross compile patch[1]?

[1] https://www.mail-archive.com/skaware_at_list.skarnet.org/msg01343.html

diff --git a/tools/gen-deps.sh b/tools/gen-deps.sh
index 6383ac2..f2f37b6 100755
--- a/tools/gen-deps.sh
+++ b/tools/gen-deps.sh
_at_@ -81,7 +81,7 @@ for dir in $(ls -1 src | grep -v ^include) ; do
       if echo $dep | grep -q -- \\.o$ ; then
         dep="src/$dir/$dep"
       fi
- if echo $dep | grep -q -- '^\${.*_LIB}' ; then
+ if echo $dep | grep -q -- '^\${.*_LIB}\|^-l' ; then
         libs="$libs $dep"
       else
         deps="$deps $dep"

-- 
Shengjing Zhu
Received on Mon Oct 21 2019 - 16:55:00 UTC

This archive was generated by hypermail 2.3.0 : Sun May 09 2021 - 19:38:49 UTC