Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2017-06-28 22:41:50 +0300
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2017-06-28 22:41:50 +0300
commit9f78e8164a6d0f4add17b75301ee482c30aec569 (patch)
treece9709dc6b057f56f5989e70442f2a3b5eb5ce27
parentbba60e29dc8b619c55831768de9fc1fdfa18a8dc (diff)
udev: run autoreconf (for possible issues with arm and aarch64)
-rw-r--r--udev/udev-175.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/udev/udev-175.json b/udev/udev-175.json
index ed5e042..c476e26 100644
--- a/udev/udev-175.json
+++ b/udev/udev-175.json
@@ -1,5 +1,6 @@
{
"name": "udev",
+ "rm-configure": true,
"config-opts": [
"--disable-hwdb",
"--disable-logging",
@@ -25,6 +26,13 @@
"type": "archive",
"url": "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-175.tar.bz2",
"sha256": "4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab"
+ },
+ {
+ "type": "script",
+ "name": "autogen.sh",
+ "commands": [
+ "autoreconf -vfi"
+ ]
}
]
}