xupnpd: fix compilation with musl 1.2.4
authorTianling Shen <cnsztl@immortalwrt.org>
Wed, 17 May 2023 12:41:47 +0000 (20:41 +0800)
committerTianling Shen <cnsztl@gmail.com>
Thu, 18 May 2023 01:29:06 +0000 (09:29 +0800)
commit560f93cb25c235493015cdd6c2308c4c1e4d6afa
tree920272f8e5cde72c11e6dda580257742535e0ce9
parent4ec0459fd3e6c3d1ef446337671b6da5bb30d006
xupnpd: fix compilation with musl 1.2.4

musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.

Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
multimedia/xupnpd/Makefile