Compilare zd1211 (non rw) con kernel 2.6.22

Su gentoo, emerge zd1211 fallisce perché nel kernel 2.6.22 non c’è più CONFIG_NET_RADIO (il wireless è abilitato ma ha cambiato nome), quindi gentoo:
* Checking for suitable kernel configuration options…
* zd1211-85 requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO).
* Please check to make sure these options are set correctly.
[...]

[solved] Cannot find libnfnetlink >= 0.0.16

[photo bastard admin]
Emergendo libnetfilter_queue per iplist, configure mi fallisce perché non trova libnfnetlink >= 0.0.16.
Strano, ho appena installato la 0.0.30.
Per fortuna ho trovato la soluzione qui.
Tra i vari tentativi, ho settato $PKG_CONFIG_PATH (senza risolvere, ma non so se è servito dopo:
# PKG_CONFIG_PATH=/usr/lib/pkgconfig
# export PKG_CONFIG_PATH
./configure, comunque, continuava a fallire:
checking for LIBNFNETLINK… no
configure: error: Cannot find libnfnetlink [...]