Skip to content

Commit

Permalink
systemd: Enable selinux support.
Browse files Browse the repository at this point in the history
[systemd] Enable selinux support. JB#43487

Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
ibaranovomp authored and mkosola committed Aug 16, 2019
1 parent 687c32c commit 6c8310f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/systemd.spec
Expand Up @@ -69,6 +69,7 @@ BuildRequires: xz-devel
BuildRequires: kmod-devel >= 15
BuildRequires: fdupes
BuildRequires: libtool
BuildRequires: libselinux-devel
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Expand Down Expand Up @@ -283,6 +284,7 @@ CONFIGURE_OPTS=(
--with-zshcompletiondir=no \
--with-ntp-servers="0.sailfishos.pool.ntp.org 1.sailfishos.pool.ntp.org 2.sailfishos.pool.ntp.org 3.sailfishos.pool.ntp.org" \
--enable-tests \
--enable-selinux \
CFLAGS=-fno-lto

make %{?_smp_mflags} GCC_COLORS="" V=1
Expand Down

0 comments on commit 6c8310f

Please sign in to comment.