Hi Laurent, On Mon, Oct 21, 2019 at 11:14 PM Laurent Bercot <[email protected]> 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/[email protected]/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 @@ -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
