diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:30 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:47:22 +0200 |
| commit | f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 (patch) | |
| tree | 2d5aec9adb0437e15a14befe6b2bcc082d0e327a /package/elfutils/elfutils.mk | |
| parent | f8518c47ab785ac5bd6a4aedf78db94d576ffe23 (diff) | |
| download | buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.tar.gz buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.zip | |
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and
conditionals.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/elfutils/elfutils.mk')
| -rw-r--r-- | package/elfutils/elfutils.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/elfutils/elfutils.mk b/package/elfutils/elfutils.mk index 9901bcb680..227dea9623 100644 --- a/package/elfutils/elfutils.mk +++ b/package/elfutils/elfutils.mk @@ -16,12 +16,10 @@ ELFUTILS_PATCH = elfutils-portability-0.161.patch ELFUTILS_AUTORECONF = YES ELFUTILS_CONF_OPTS += --disable-werror -ifeq ($(BR2_LARGEFILE),y) # elfutils gets confused when lfs mode is forced, so don't ELFUTILS_CONF_ENV += \ CFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CFLAGS))" \ CPPFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CPPFLAGS))" -endif ELFUTILS_LDFLAGS = $(TARGET_LDFLAGS) |

