From ee6aec88f2ce64cbbc09ace5376b3a527513ca6f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 20 Nov 2005 17:58:23 +0000 Subject: fix up ifdef checks so dl_iterate_phdr is defined in all the proper objects --- ldso/ldso/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/Makefile.in') diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in index c01c7f066..490770b3d 100644 --- a/ldso/ldso/Makefile.in +++ b/ldso/ldso/Makefile.in @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CFLAGS-ldso := -DNOT_IN_libc -DIS_IN_rtld $(SSP_DISABLE_FLAGS) +CFLAGS-ldso := -DNOT_IN_libc -DIS_IN_rtld $(SSP_DISABLE_FLAGS) -D_GNU_SOURCE # This stuff will not work with -fomit-frame-pointer CFLAGS-ldso += -fno-omit-frame-pointer -- cgit v1.2.3