From 368f3c551befc29051d0061c33f408249c88b1f8 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Fri, 9 Jul 2004 18:46:51 +0000 Subject: Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name will be correctly defined. --- configs/linux-solo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/linux-solo b/configs/linux-solo index a5feac4c2a..387f764f37 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 -- cgit v1.2.3