Skip to content

Commit

Permalink
rpm: removed obsolete pkgconfig(systemd), use unitdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomaschewski committed Jun 26, 2014
1 parent e7fd79e commit e74fa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wicked.spec.in
Expand Up @@ -55,7 +55,6 @@ BuildRequires: pkg-config

%if %{with systemd}
%{?systemd_requires}
BuildRequires: pkgconfig(systemd)
%if 0%{?suse_version:1}
Requires(pre): %fillup_prereq
Requires: sysconfig-netconfig
Expand Down Expand Up @@ -160,6 +159,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
--with-compat=suse \
%if %{with systemd}
--enable-systemd \
--with-systemd-unitdir=%{_unitdir} \
%else
--enable-systemv \
%endif
Expand Down

0 comments on commit e74fa1d

Please sign in to comment.