summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-09-29 05:49:09 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-09-29 05:49:09 +0300
commit3fc012b488ed2e187b119e228ec075c5cd0f49bd (patch)
tree67ac57e888c2334ebf5b06c71bce387b76d37fc0
parent9f1ff484cf88a35a895d33ac0d386b37e826816c (diff)
motion: use autoreconf directly, autotools exlib does not dandle it properly for some reason
-rw-r--r--packages/media-video/motion/motion.exlib3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/media-video/motion/motion.exlib b/packages/media-video/motion/motion.exlib
index 76588fa..1c63db7 100644
--- a/packages/media-video/motion/motion.exlib
+++ b/packages/media-video/motion/motion.exlib
@@ -61,7 +61,8 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
motion_src_prepare() {
edo sed -e "s/pkg-config/$(exhost --target)-pkg-config/g" -i configure.ac
- autotools_src_prepare
+ #autotools_src_prepare
+ edo autoreconf -if
}
motion_src_install() {