From: Felix Fietkau Date: Thu, 13 Oct 2005 12:42:21 +0000 (+0000) Subject: fix libelf build X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d24d21e30d7e9331fa189c8c6a5198555595fea;p=librecmc%2Flibrecmc.git fix libelf build SVN-Revision: 2103 --- diff --git a/openwrt/package/libelf/Makefile b/openwrt/package/libelf/Makefile index 537c468fde..02ea765b0e 100644 --- a/openwrt/package/libelf/Makefile +++ b/openwrt/package/libelf/Makefile @@ -27,6 +27,11 @@ $(PKG_BUILD_DIR)/.configured: CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ mr_cv_target_elf=yes \ + libelf_64bit=yes \ + libelf_cv_struct_elf64_ehdr=yes \ + libelf_cv_type_elf64_addr=no \ + libelf_cv_struct_elf64_rel=yes \ + ac_cv_sizeof_long_long=8 \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ @@ -49,6 +54,7 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_NLS) \ --enable-shared \ --enable-static \ + --enable-elf64=yes \ ); touch $@