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