mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
ConsoleKit: build without PAM support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
83c8d682db
commit
e2ae37b73a
@ -5,7 +5,6 @@
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build dbus-glib
|
||||
$SCRIPTS/build Linux-PAM
|
||||
$SCRIPTS/build polkit
|
||||
|
||||
cd $PKG_BUILD
|
||||
@ -18,7 +17,7 @@ cd $PKG_BUILD
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-pam-module \
|
||||
--disable-pam-module \
|
||||
--disable-docbook-docs \
|
||||
|
||||
make
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install dbus-glib
|
||||
$SCRIPTS/install Linux-PAM
|
||||
$SCRIPTS/install polkit
|
||||
|
||||
mkdir -p $INSTALL/etc/ConsoleKit/run-seat.d
|
||||
@ -15,9 +14,6 @@ mkdir -p $INSTALL/etc/ConsoleKit/seats.d
|
||||
mkdir -p $INSTALL/etc/dbus-1/system.d
|
||||
cp -P $PKG_BUILD/data/ConsoleKit.conf $INSTALL/etc/dbus-1/system.d
|
||||
|
||||
mkdir -p $INSTALL/lib/security
|
||||
cp -P $PKG_BUILD/pam-ck-connector/.libs/*.so $INSTALL/lib/security
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp -P $PKG_BUILD/tools/ck-log-system-restart $INSTALL/sbin
|
||||
cp -P $PKG_BUILD/tools/ck-log-system-start $INSTALL/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user