iproute2: tc: fix missing em_ipset module
[openwrt/staging/chunkeey.git] / package / network / utils / iproute2 / patches / 145-keep_libelf_optional.patch
1 --- a/configure
2 +++ b/configure
3 @@ -230,7 +230,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