From b3e893011b349b83dcea83799684ab6e5f3cc189 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 21 Jun 2017 23:11:22 +0300 Subject: [PATCH] usbmuxd:Rebuild --- hardware/mobile/usbmuxd/actions.py | 1 + hardware/mobile/usbmuxd/pspec.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/hardware/mobile/usbmuxd/actions.py b/hardware/mobile/usbmuxd/actions.py index 746e9c92b4..8a8ad68520 100644 --- a/hardware/mobile/usbmuxd/actions.py +++ b/hardware/mobile/usbmuxd/actions.py @@ -12,6 +12,7 @@ from pisi.actionsapi import shelltools def setup(): shelltools.system("./autogen.sh") autotools.configure("\ + --without-systemd \ --disable-static \ --disable-silent-rules \ ") diff --git a/hardware/mobile/usbmuxd/pspec.xml b/hardware/mobile/usbmuxd/pspec.xml index cdc409f8a1..34dc500d3b 100644 --- a/hardware/mobile/usbmuxd/pspec.xml +++ b/hardware/mobile/usbmuxd/pspec.xml @@ -16,6 +16,7 @@ usbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously. https://codeload.github.com/libimobiledevice/usbmuxd/tar.gz/1.1.0 + eudev-devel libplist-devel libusb-devel libimobiledevice-devel