Re: [PATCH] cygport install infinite loop when symlink in path

2020-07-13 Thread Doug Henderson via Cygwin-apps
On Mon, 13 Jul 2020 at 07:13, Brian Inglis <> wrote: > src_postinstall(_prep_libtool_modules): infinite loop when symlink in path > added readlink to also resolve symlinks in path to DEST host prefix > --- > lib/src_postinst.cygpart | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >

[PATCH] cygport install infinite loop when symlink in path

2020-07-13 Thread Brian Inglis
src_postinstall(_prep_libtool_modules): infinite loop when symlink in path added readlink to also resolve symlinks in path to DEST host prefix --- lib/src_postinst.cygpart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src_postinst.cygpart b/lib/src_postinst.cygpart