Disabled vlock of the kbd bundle as it requires PAM to build

This commit is contained in:
bauen1 2017-11-15 16:57:07 +01:00
parent af02d2cd64
commit 2440070def
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -17,7 +17,9 @@ rm -rf $DESTDIR
echo "Configuring kbd..."
CFLAGS="$CFLAGS" ./configure \
--prefix=/usr
--prefix=/usr \
--disable-vlock
# vlock requires PAM
echo "Building kbd..."
make -j $NUM_JOBS