0c5c3f59ed9adc093be2da5001bf97f1a826fedd
[openwrt/staging/wigyori.git] / package / network / utils / iproute2 / patches / 145-keep_libelf_optional.patch
1 --- a/configure
2 +++ b/configure
3 @@ -266,7 +266,7 @@ EOF
4
5 check_elf()
6 {
7 - if ${PKG_CONFIG} libelf --exists; then
8 + if [ "${HAVE_ELF}" = "y" ] && ${PKG_CONFIG} libelf --exists; then
9 echo "HAVE_ELF:=y" >>$CONFIG
10 echo "yes"
11