summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-17 13:57:47 +0200
committerIsmael Luceno2021-08-17 13:57:47 +0200
commita6eb88243c45f560d537085f769fc5f3e40f5d75 (patch)
treed227d878dfe842d30f42a305eb484175035db862 /utils
parent93354636419a9c117a01931f1d46b520ec08eb4e (diff)
bluez5: Remove bundled ell just in case
Diffstat (limited to 'utils')
-rw-r--r--utils/bluez5/HISTORY1
-rwxr-xr-xutils/bluez5/PRE_BUILD4
2 files changed, 5 insertions, 0 deletions
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index 9ae5e568fc..ff7da90c43 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -2,6 +2,7 @@
* DEPENDS: added dependency on ell
added optional dependency on systemd
* CONFIGURE: added options for experimental/testing/deprecated tools
+ * PRE_BUILD: added to remove bundled ell
2021-07-08 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 5.60
diff --git a/utils/bluez5/PRE_BUILD b/utils/bluez5/PRE_BUILD
new file mode 100755
index 0000000000..59c0d604d3
--- /dev/null
+++ b/utils/bluez5/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# Make sure we're building against system ell
+rm -r ell