package/rsh-redone: disable rlogind on musl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 27 Sep 2020 09:39:40 +0000 (11:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 30 Sep 2020 20:52:45 +0000 (22:52 +0200)
commit14532e4fc6e02a755b30e634fd60f53b92655bcd
treef35e49ec49654362d4b3098f4175f332209337dd
parentafcd6d92beb6d18fcc904d3a59f388809bc12b08
package/rsh-redone: disable rlogind on musl

Commit f89ca996b6deb660b53c33196b8b309fac659bf9 enabled linux-pam on
musl however rlogind fails to build on musl because it uses logwtmp:

/home/giuliobenetti/autobuild/run/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/x86_64-buildroot-linux-musl/8.3.0/../../../../x86_64-buildroot-linux-musl/bin/ld: rlogind.c:(.text.startup+0x9ec): undefined reference to `logwtmp'

As this package is unmaintained, just disable back rlogind on musl

Fixes:
 - http://autobuild.buildroot.org/results/f2eb1c0bab7c6c32d6c561da0f85a530bd419206

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/rsh-redone/Config.in