5715b21f80
Update iproute2 to 5.5.0 Enable LTO to save several KB of size Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
12 lines
235 B
Diff
12 lines
235 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -230,7 +230,7 @@ EOF
|
|
|
|
check_elf()
|
|
{
|
|
- if ${PKG_CONFIG} libelf --exists; then
|
|
+ if [ "${HAVE_ELF}" = "y" ] && ${PKG_CONFIG} libelf --exists; then
|
|
echo "HAVE_ELF:=y" >>$CONFIG
|
|
echo "yes"
|
|
|