lirc-0.6.6-r2 has ASUS TV-Box patch applied. When emerging, it configure lirc
well, but than it starts the make phase, and it begins with aclocal/autoconf, so
configure will be recreated - this time without the tvbox-patch! So, if I emerge
this lirc package, it will be a lirc without tvbox-support. If I manually
specify which driver to use with LIRC_OPTS, emergeing will die, because at the
second configure stage there will be no tvbox target known by the new, recreated
configure.
Sipi
Reproducible: Always
Steps to Reproduce:
1. LIRC_OPTIONS="--with-driver=tvbox" emerge lirc-0.6.6-r2
2.
3.
Actual Results:
emerge dies with not knowing the specified driver.
Expected Results:
It configures with tvbox lirc driver, make and make install runs OK.