Skip to content
Snippets Groups Projects
Commit fb517e5a authored by Sertonix's avatar Sertonix Committed by Bart Ribbers
Browse files

community/timed: remove unnecessary -recursive option

For some reason when qmake-qt5 is given the -recursive the environmental
variables are read at a different time which prevented the soname fix
from working as expected. Removing the option cause it isn't needed
anyway. The build output is 100% the same.

Fixes <250a39d9> community/timed: fix so:* provider version
parent 78ee7a78
No related branches found
No related tags found
1 merge request!69786community/timed: remove unnecessary -recursive option
Pipeline #253546 skipped
......@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=timed
pkgver=3.6.19
pkgrel=1
pkgrel=2
pkgdesc="The time daemon manages system time, timezone and settings, executing actions at given time and managing the event queue"
url="https://github.com/sailfishos/timed"
arch="all"
......@@ -54,7 +54,7 @@ build() {
done
cd "$builddir"
qmake-qt5 -recursive \
qmake-qt5 \
PREFIX=/usr \
CONFIG+="dsme_dbus_if ofono"
TIMED_VERSION="$pkgver" make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment