This commit is contained in:
parent
0757d913e3
commit
eb8f364b9f
@ -31,7 +31,7 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkg-config
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} > 1230
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%endif
|
||||
BuildRequires: xz
|
||||
@ -159,8 +159,10 @@ export LFS_CFLAGS="$(getconf LFS_CFLAGS)"
|
||||
--enable-wide-percent \
|
||||
--enable-w-from \
|
||||
--with-pic=yes \
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} > 1230
|
||||
--with-systemd \
|
||||
%else
|
||||
--without-systemd \
|
||||
%endif
|
||||
--with-gnu-ld
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user