mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +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 toolchain
|
||||||
$SCRIPTS/build dbus
|
$SCRIPTS/build dbus
|
||||||
$SCRIPTS/build dbus-glib
|
$SCRIPTS/build dbus-glib
|
||||||
$SCRIPTS/build Linux-PAM
|
|
||||||
$SCRIPTS/build polkit
|
$SCRIPTS/build polkit
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
@ -18,7 +17,7 @@ cd $PKG_BUILD
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-pam-module \
|
--disable-pam-module \
|
||||||
--disable-docbook-docs \
|
--disable-docbook-docs \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
$SCRIPTS/install dbus
|
$SCRIPTS/install dbus
|
||||||
$SCRIPTS/install dbus-glib
|
$SCRIPTS/install dbus-glib
|
||||||
$SCRIPTS/install Linux-PAM
|
|
||||||
$SCRIPTS/install polkit
|
$SCRIPTS/install polkit
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/ConsoleKit/run-seat.d
|
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
|
mkdir -p $INSTALL/etc/dbus-1/system.d
|
||||||
cp -P $PKG_BUILD/data/ConsoleKit.conf $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
|
mkdir -p $INSTALL/sbin
|
||||||
cp -P $PKG_BUILD/tools/ck-log-system-restart $INSTALL/sbin
|
cp -P $PKG_BUILD/tools/ck-log-system-restart $INSTALL/sbin
|
||||||
cp -P $PKG_BUILD/tools/ck-log-system-start $INSTALL/sbin
|
cp -P $PKG_BUILD/tools/ck-log-system-start $INSTALL/sbin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user