On Sun, Jun 21, 2026 at 4:46 PM Philip Prindeville via openwrt-devel <[email protected]> wrote: > > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original message has been wrapped > automatically by the mailing list software. > > > ---------- Forwarded message ---------- > From: Philip Prindeville <[email protected]> > To: openwrt-devel <[email protected]> > Cc: > Bcc: > Date: Sun, 21 Jun 2026 16:09:29 -0600 > Subject: Build flags for python-selinux > Looking at its Makefile, I see: > > ifneq ($(CONFIG_USE_MUSL),) > MAKE_FLAGS += FTS_LDLIBS=-lfts > TARGET_CFLAGS += -D_LARGEFILE64_SOURCE > endif > > Anyone know why -D_LARGEFILE64_SOURCE isn't invariant? Why just with MUSL? Because of a musl change, it needed _LARGEFILE64_SOURCE defined. glibc either already does or doesn't need it. > > Also, it doesn't seem that this package has a direct dependency on libfts... > though it uses libselinux which does. Depends on whether libfts is linked statically or not I think. > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
