aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-10 01:40:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-10 01:40:38 +0000
commitaedbb2c3ad9c6c7cfce1188cc207d71d501f79ef (patch)
treeacbe83769dd5787de9f890d7d928dace28b8ee2d /Makefile
parentadd support for automatically "fixing" insecure runpaths and removing the exe... (diff)
downloadpax-utils-aedbb2c3ad9c6c7cfce1188cc207d71d501f79ef.tar.gz
pax-utils-aedbb2c3ad9c6c7cfce1188cc207d71d501f79ef.tar.bz2
pax-utils-aedbb2c3ad9c6c7cfce1188cc207d71d501f79ef.zip
just define _GNU_SOURCE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 34fa258..33a67b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Copyright 2003 Ned Ludd <solar@linbsd.net>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.47 2005/12/29 12:37:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.48 2006/01/10 01:40:38 vapier Exp $
####################################################################
check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
@@ -16,7 +16,7 @@ WFLAGS := -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
$(call check-gcc, -Wextra)
CFLAGS ?= -O2 -pipe
-CFLAGS += -D_GNU_SOURCE=1
+CFLAGS += -D_GNU_SOURCE
#CFLAGS += -DEBUG -g
#LDFLAGS := -pie
DESTDIR =