diff options
| author | Johan Oudinet <johan.oudinet@gmail.com> | 2015-03-12 16:12:25 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-05 16:24:54 +0200 |
| commit | 0552a367dbdc27a211daaac3359d81dd537e384f (patch) | |
| tree | cac132f8bea86004ea68a82275818b1cfbd1705a /package/pkg-autotools.mk | |
| parent | 65b25d11df7b3f17121a28e486fbec3a14fdfdb5 (diff) | |
| download | buildroot-0552a367dbdc27a211daaac3359d81dd537e384f.tar.gz buildroot-0552a367dbdc27a211daaac3359d81dd537e384f.zip | |
Remove --{enable, disable}-debug configure flags.
Adding this flag when BR2_ENABLE_DEBUG is activated make several
packages to produce binaries that do not work as expected (e.g., dhcp,
lame, nano). Moreover, the help message of BR2_ENABLE_DEBUG does not
say it is adding this flag. It is supposed to build packages with
debugging symbols enabled. So, let it do that only.
* package/Makefile.in: Do not add --{enable,disable}-debug flags.
* package/pkg-autotools.mk: Remove ENABLE_DEBUG as it is not set
anymore.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pkg-autotools.mk')
| -rw-r--r-- | package/pkg-autotools.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk index 9dea08aabf..1d694f0618 100644 --- a/package/pkg-autotools.mk +++ b/package/pkg-autotools.mk @@ -202,7 +202,6 @@ define $(2)_CONFIGURE_CMDS --disable-dependency-tracking \ --enable-ipv6 \ $$(DISABLE_NLS) \ - $$(ENABLE_DEBUG) \ $$(SHARED_STATIC_LIBS_OPTS) \ $$(QUIET) $$($$(PKG)_CONF_OPTS) \ ) |

