main/unzip: disable LCHMOD
lchmod is not available on linux, but it's enabled by default. This leads to warnings while unpacking when the zip file contains symlinks: > lchmod (file attributes) error: Not supported Add `-DNO_LCHMOD` to the buildflags to disable this function in order to to squelch this warning. Fixes #11221
parent
135a0585
-
💻 @kdaudtmentioned in merge request !4696 (closed)
-
mentioned in issue #11221 (closed)
Please register or sign in to comment