Blame SOURCES/0001-build-Always-define-confdir-and-statedir.patch

1835d6
From 5a62336f4da3a2d1a1ab38d03980d57844bce147 Mon Sep 17 00:00:00 2001
1835d6
From: Gopal Tiwari <gtiwari@redhat.com>
1835d6
Date: Mon, 8 Jun 2020 20:56:46 +0530
1835d6
Subject: [PATCH BlueZ 1/4] build: Always define confdir and statedir
1835d6
d15ffa
From 69d2e7bebb79f500179298c6c51fafbc217df6c8 Mon Sep 17 00:00:00 2001
d15ffa
From: Bastien Nocera <hadess@hadess.net>
d15ffa
Date: Wed, 20 Sep 2017 12:49:10 +0200
1835d6
1835d6
build: Always define confdir and statedir
d15ffa
d15ffa
As we will need those paths to lock down on them.
d15ffa
---
1835d6
 Makefile.am | 5 +++--
1835d6
 1 file changed, 3 insertions(+), 2 deletions(-)
d15ffa
d15ffa
diff --git a/Makefile.am b/Makefile.am
1835d6
index 84c9712c9..6e77ed91e 100644
d15ffa
--- a/Makefile.am
d15ffa
+++ b/Makefile.am
1835d6
@@ -31,14 +31,15 @@ pkginclude_HEADERS =
1835d6
 AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS) $(UDEV_CFLAGS) $(ell_cflags)
d15ffa
 AM_LDFLAGS = $(MISC_LDFLAGS)
d15ffa
 
d15ffa
+confdir = $(sysconfdir)/bluetooth
d15ffa
+statedir = $(localstatedir)/lib/bluetooth
d15ffa
+
d15ffa
 if DATAFILES
1835d6
 dbusdir = $(DBUS_CONFDIR)/dbus-1/system.d
d15ffa
 dbus_DATA = src/bluetooth.conf
d15ffa
 
d15ffa
-confdir = $(sysconfdir)/bluetooth
d15ffa
 conf_DATA =
1835d6
 
d15ffa
-statedir = $(localstatedir)/lib/bluetooth
d15ffa
 state_DATA =
d15ffa
 endif
d15ffa
 
d15ffa
-- 
1835d6
2.21.1
d15ffa