1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 21:17:36 +03:00

fix libelf build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2103 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-10-13 12:42:21 +00:00
parent 005743ae16
commit f38834b377

View File

@ -27,6 +27,11 @@ $(PKG_BUILD_DIR)/.configured:
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
mr_cv_target_elf=yes \ 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 \ ./configure \
--target=$(GNU_TARGET_NAME) \ --target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \
@ -49,6 +54,7 @@ $(PKG_BUILD_DIR)/.configured:
$(DISABLE_NLS) \ $(DISABLE_NLS) \
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \
--enable-elf64=yes \
); );
touch $@ touch $@