ALL_LINGUAS=
+if test X"$CFLAGS" = X; then
-+ CFLAGS="-Wall -Werror -g -O2"
++ CFLAGS="-Wall -g -O2"
+fi
+
AC_PROG_CC
- $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
- $(if $($(*F)_no_Wformat),,-Wformat=2)
+AM_CFLAGS = -Wshadow -std=gnu99 $(native_ld_cflags) \
-+ $(if $($(*F)_no_Werror),,-Werror)
++ $(if $($(*F)_no_Werror),,)
endif
if MUDFLAP
libmudflap = -lmudflap
LICENSE = "OSL"
DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects."
DEPENDS = "libtool"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \
file://warnings.patch;patch=1"