projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a patch to provide a descent PATH to cgi,
[openwrt.git]
/
package
/
libelf
/
Makefile
diff --git
a/package/libelf/Makefile
b/package/libelf/Makefile
index
537c468
..
02ea765
100644
(file)
--- a/
package/libelf/Makefile
+++ b/
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 \
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) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@
-49,6
+54,7
@@
$(PKG_BUILD_DIR)/.configured:
$(DISABLE_NLS) \
--enable-shared \
--enable-static \
$(DISABLE_NLS) \
--enable-shared \
--enable-static \
+ --enable-elf64=yes \
);
touch $@
);
touch $@
This page took
0.03146 seconds
and
4
git commands to generate.