Dr. Werner Fink 2013-05-29 19:34:18 +00:00 committed by Git OBS Bridge
parent 0757d913e3
commit eb8f364b9f

View File

@ -31,7 +31,7 @@ BuildRequires: libselinux-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: pkg-config BuildRequires: pkg-config
%if 0%{?suse_version} >= 1230 %if 0%{?suse_version} > 1230
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
%endif %endif
BuildRequires: xz BuildRequires: xz
@ -159,8 +159,10 @@ export LFS_CFLAGS="$(getconf LFS_CFLAGS)"
--enable-wide-percent \ --enable-wide-percent \
--enable-w-from \ --enable-w-from \
--with-pic=yes \ --with-pic=yes \
%if 0%{?suse_version} >= 1230 %if 0%{?suse_version} > 1230
--with-systemd \ --with-systemd \
%else
--without-systemd \
%endif %endif
--with-gnu-ld --with-gnu-ld
make %{?_smp_mflags} make %{?_smp_mflags}