summaryrefslogtreecommitdiffstats
path: root/package/elfutils/elfutils-01-disable-progs.patch
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2014-11-11 11:47:43 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-19 22:52:11 +0100
commit0664897fb6fc2093c7e7042d78ada5e88499f22f (patch)
treee33f98ad54d41bebfa0bbc91dbd91b80d5f2afb6 /package/elfutils/elfutils-01-disable-progs.patch
parentba992db9764a76e972f91dfd506060df6835e679 (diff)
downloadbuildroot-0664897fb6fc2093c7e7042d78ada5e88499f22f.tar.gz
buildroot-0664897fb6fc2093c7e7042d78ada5e88499f22f.zip
elfutils: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/elfutils/elfutils-01-disable-progs.patch')
-rw-r--r--package/elfutils/elfutils-01-disable-progs.patch47
1 files changed, 0 insertions, 47 deletions
diff --git a/package/elfutils/elfutils-01-disable-progs.patch b/package/elfutils/elfutils-01-disable-progs.patch
deleted file mode 100644
index 462de89e37..0000000000
--- a/package/elfutils/elfutils-01-disable-progs.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Add a --{enable,disable}-progs configure option
-
-Add a --{enable,disable}-progs configuration option to elfutils. This
-allows to selectively disable the compilation of the elfutils programs
-(in which case only the libraries are built and installed). This is
-useful because the programs are often not needed, and also because
-building the programs against uClibc causes several issues (lack of
-obstack_printf() in uClibc for example).
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/Makefile.am
-===================================================================
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -22,9 +22,13 @@
-
- pkginclude_HEADERS = version.h
-
-+if ENABLE_PROGS
-+PROGS_SUBDIR = src
-+endif
-+
- # Add doc back when we have some real content.
- SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
-- src po tests
-+ $(PROGS_SUBDIR) po tests
-
- EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
- COPYING COPYING-GPLV2 COPYING-LGPLV3
-Index: b/configure.ac
-===================================================================
---- a/configure.ac
-+++ b/configure.ac
-@@ -263,6 +263,12 @@
- AC_DEFINE_UNQUOTED(LIBEBL_SUBDIR, "$LIBEBL_SUBDIR")
- AH_TEMPLATE([LIBEBL_SUBDIR], [$libdir subdirectory containing libebl modules.])
-
-+AC_ARG_ENABLE([progs],
-+ AS_HELP_STRING([--enable-progs], [enable progs]),
-+ enable_progs=$enableval,
-+ enable_progs=yes)
-+AM_CONDITIONAL(ENABLE_PROGS, test "$enable_progs" = yes)
-+
- dnl Test for zlib and bzlib, gives ZLIB/BZLIB .am
- dnl conditional and config.h USE_ZLIB/USE_BZLIB #define.
- save_LIBS="$LIBS"
OpenPOWER on IntegriCloud