[mythtv-commits] Ticket #12704: Archlinux and systemd (re)packaging impacts systemd_notify detection on arch

MythTV noreply at mythtv.org
Sun Apr 3 05:02:13 UTC 2016


#12704: Archlinux and systemd (re)packaging impacts systemd_notify detection on
arch
-------------------------------------------------+-------------------------
 Reporter:  Gary Buhrmaster <gary.buhrmaster@…>  |          Owner:
                                                 |  jyavenard
     Type:  Bug Report - General                 |         Status:  new
 Priority:  minor                                |      Milestone:  unknown
Component:  MythTV - configure script            |        Version:  Master
                                                 |  Head
 Severity:  medium                               |     Resolution:
 Keywords:                                       |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by Gary Buhrmaster <gary.buhrmaster@…>):

 Weakly tested (it compiles!) trivial patch....


 {{{
 diff --git a/mythtv/configure b/mythtv/configure
 index 17d42d6..2527693 100755
 --- a/mythtv/configure
 +++ b/mythtv/configure
 @@ -7244,6 +7244,8 @@ EOF
  if enabled systemd_notify ; then
     if check_pkg_config libsystemd-daemon systemd/sd-daemon.h sd_notify ;
 then
          require_pkg_config libsystemd-daemon systemd/sd-daemon.h
 sd_notify
 +   elif check_pkg_config libsystemd systemd/sd-daemon.h sd_notify ; then
 +        require_pkg_config libsystemd systemd/sd-daemon.h sd_notify
     else
          disable systemd_notify
     fi
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12704#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list