Revision: 27174 http://sourceforge.net/p/gar/code/27174 Author: idogan23 Date: 2025-03-15 22:56:03 +0000 (Sat, 15 Mar 2025) Log Message: ----------- libexpat1: add -D_XPG6 to CPPFLAGS
Modified Paths: -------------- csw/mgar/pkg/libexpat1/trunk/Makefile Modified: csw/mgar/pkg/libexpat1/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexpat1/trunk/Makefile 2025-03-14 21:54:32 UTC (rev 27173) +++ csw/mgar/pkg/libexpat1/trunk/Makefile 2025-03-15 22:56:03 UTC (rev 27174) @@ -42,6 +42,10 @@ # No high-entropy random in old Solaris versions #EXTRA_CPPFLAGS += -DXML_POOR_ENTROPY +# C99 requires -D_XPG6 on Solaris +# https://github.com/ccache/ccache/issues/148 +EXTRA_CPPFLAGS = -D_XPG6 + BUILD64 = 1 ISAEXEC = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.