From 368f3c551befc29051d0061c33f408249c88b1f8 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Fri, 9 Jul 2004 18:46:51 +0000 Subject: [PATCH] Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name will be correctly defined. --- configs/linux-solo | 2 +- src/mesa/drivers/dri/common/xmlconfig.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/linux-solo b/configs/linux-solo index a5feac4c2a0..387f764f374 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -8,7 +8,7 @@ CONFIG_NAME = linux-solo CC = gcc CXX = g++ -CCOMMON = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L +CCOMMON = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE CFLAGS = $(CCOMMON) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math diff --git a/src/mesa/drivers/dri/common/xmlconfig.c b/src/mesa/drivers/dri/common/xmlconfig.c index 698abd8fca0..308f415b870 100644 --- a/src/mesa/drivers/dri/common/xmlconfig.c +++ b/src/mesa/drivers/dri/common/xmlconfig.c @@ -34,7 +34,6 @@ #include #include #include -#define __USE_GNU /* defines program_invocation_short_name */ #include #include "imports.h" #include "dri_util.h" -- 2.30.2