jni_javac

Gbp-Pq: Name 003-jni_javac.patch
This commit is contained in:
Ubuntu Developers 2022-05-13 20:11:41 +08:00 committed by openKylinBot
parent 5323b6346f
commit 84644a5db5
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ case "$_ACJNI_JAVAC" in
esac
_ACJNI_FOLLOW_SYMLINKS("$_ACJNI_JAVAC")
_JTOPDIR=`echo "$_ACJNI_FOLLOWED" | sed -e 's://*:/:g' -e 's:/[[^/]]*$::'`
_JTOPDIR=`echo "$_ACJNI_JAVAC" | sed -e 's://*:/:g' -e 's:/[[^/]]*$::'`
case "$host_os" in
darwin*) _JTOPDIR=`echo "$_JTOPDIR" | sed -e 's:/[[^/]]*$::'`
_JINC="$_JTOPDIR/Headers";;

2
dist/configure vendored
View File

@ -18413,7 +18413,7 @@ $as_echo "$_cur" >&6; }
done
_ACJNI_FOLLOWED="$_cur"
_JTOPDIR=`echo "$_ACJNI_FOLLOWED" | sed -e 's://*:/:g' -e 's:/[^/]*$::'`
_JTOPDIR=`echo "$_ACJNI_JAVAC" | sed -e 's://*:/:g' -e 's:/[^/]*$::'`
case "$host_os" in
darwin*) _JTOPDIR=`echo "$_JTOPDIR" | sed -e 's:/[^/]*$::'`
_JINC="$_JTOPDIR/Headers";;