diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-23 02:03:24 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-22 23:38:44 -0300 |
| commit | d04e27a8bea0214abc6aa1a90892bca50a3407dd (patch) | |
| tree | 34dd3d64d3eeb0ceb6557e782b5408d08d01df34 /testing/iio-sensor-proxy/0001-Revert-build-Check-for-.pc-files-before-using-them.patch | |
| parent | be34fe10f6ba0cfb9e77ccf6931c006c6611993d (diff) | |
| download | aports-d04e27a8bea0214abc6aa1a90892bca50a3407dd.tar.bz2 aports-d04e27a8bea0214abc6aa1a90892bca50a3407dd.tar.xz | |
testing/iio-sensor-proxy: new aport
Diffstat (limited to 'testing/iio-sensor-proxy/0001-Revert-build-Check-for-.pc-files-before-using-them.patch')
| -rw-r--r-- | testing/iio-sensor-proxy/0001-Revert-build-Check-for-.pc-files-before-using-them.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/testing/iio-sensor-proxy/0001-Revert-build-Check-for-.pc-files-before-using-them.patch b/testing/iio-sensor-proxy/0001-Revert-build-Check-for-.pc-files-before-using-them.patch new file mode 100644 index 0000000000..ddf43770e2 --- /dev/null +++ b/testing/iio-sensor-proxy/0001-Revert-build-Check-for-.pc-files-before-using-them.patch @@ -0,0 +1,34 @@ +It only needs systemd to determine the unit dir, so delete the dep for now. + +From a1c5436d11e3e0dabc3cd236bf8175b13ac929cb Mon Sep 17 00:00:00 2001 +From: Andrea Brancaleoni <abc@pompel.me> +Date: Fri, 23 Dec 2016 12:43:36 +0100 +Subject: [PATCH] Revert "build: Check for .pc files before using them" + +This reverts commit 78b4656fc24a1b21c948d8e68252f42df2a91735. +--- + configure.ac | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/configure.ac b/configure.ac +index f8ded66..1d54698 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -25,14 +25,12 @@ AX_COMPILER_FLAGS([WARN_CFLAGS],[WARN_LDFLAGS]) + + GTK_DOC_CHECK([1.11],[--flavour no-tmpl]) + +-PKG_CHECK_EXISTS(udev, [], [AC_MSG_ERROR(udev development libraries are required)]) + AC_ARG_WITH([udevrulesdir], + AS_HELP_STRING([--with-udevrulesdir=DIR], [Directory for udev rules]), + [], + [with_udevrulesdir=$($PKG_CONFIG --variable=udevdir udev)"/rules.d"]) + AC_SUBST([udevrulesdir], [$with_udevrulesdir]) + +-PKG_CHECK_EXISTS(systemd, [], [AC_MSG_ERROR(systemd development libraries are required)]) + AC_ARG_WITH([systemdsystemunitdir], + AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]), + [], +-- +2.11.0 + |
