pciutils: correct dns disabling logic
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 4 Jan 2016 20:47:37 +0000 (21:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 4 Jan 2016 20:55:07 +0000 (21:55 +0100)
commit85e2a87699f4f98d1b669576922581ae3bcac004
treef06dee0b325e50d9dc0af369e327874c1c937680
parentaf2de9e6628c16f50ce5888a6ff7068977129fd6
pciutils: correct dns disabling logic

Fixes #8581

Commit 2c879f95a0 (pciutils: cleanup) refactored the make arguments, but
accidently changed the logic to disable dns based lookups to pass
PCIUTILS_DNS=no instead of DNS=no, causing the autotection to be used.

This autodetection looks at host includes, so it isn't safe for cross
compilation.

Disable it by setting the correct make variable instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pciutils/pciutils.mk