SHA256
1
0
forked from pool/apache2

Accepting request 281990 from home:elvigia:branches:Apache

- httpd-2.4.3-mod_systemd.patch find libsystemd-daemon 
  with pkg-config, this is the only correct way, in current
  versions sd_notify is in libsystemd and in old products
  in libsystemd-daemon.

OBS-URL: https://build.opensuse.org/request/show/281990
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=431
This commit is contained in:
2015-02-18 10:45:26 +00:00
committed by Git OBS Bridge
parent f4f49e5231
commit 1bd179994f
3 changed files with 24 additions and 11 deletions

View File

@@ -38,6 +38,7 @@ BuildRequires: libcap
BuildRequires: libcap-devel
%endif
%if 0%{?suse_version} >= 1210
BuildRequires: pkgconfig
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(libsystemd-daemon)
%endif