From 0dde98fa8b83372883605f5ae4ffb419b4d5c4cb Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 6 Aug 2024 23:44:43 -0700 Subject: [PATCH] meson: define __EXTENSIONS__ for Solaris --- libpkgconf/config.h.meson | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libpkgconf/config.h.meson b/libpkgconf/config.h.meson index 406f283..d3498f5 100644 --- a/libpkgconf/config.h.meson +++ b/libpkgconf/config.h.meson @@ -66,3 +66,8 @@ #mesondefine SYSTEM_INCLUDEDIR #mesondefine SYSTEM_LIBDIR #mesondefine PERSONALITY_PATH + +/* Enable Solaris extensions. */ +#ifndef __EXTENSIONS__ +# define __EXTENSIONS__ 1 +#endif