loose file and shared memory permissions on Android and iPhone

This commit is contained in:
vanhauser-thc
2024-12-11 10:36:31 +01:00
parent f5a672f9d8
commit 50e2f9d46c
3 changed files with 211 additions and 199 deletions

View File

@ -28,7 +28,7 @@ MAN_PATH ?= $(PREFIX)/share/man/man8
BUILD_DATE ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u "+%Y-%m-%d")
VERSION = $(shell grep '^$(HASH)define VERSION ' ./config.h | cut -d '"' -f2)
VERSION = $(shell grep '^ *$(HASH)define VERSION ' ./config.h | cut -d '"' -f2)
SYS = $(shell uname -s)