hildon-thumbnail: workaround for build error (!138)

Build libshared.la explicitly to avoid this error:
No rule to make target '../daemon/libshared.la', needed by 'hildon-thumbnailerd'

Fixes #164.
This commit is contained in:
Luca Weiss 2019-01-08 18:30:26 +01:00 committed by Oliver Smith
parent ffa2dad8ca
commit 66121592c2
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -17,6 +17,8 @@ build() {
cd "$builddir"
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
# Work around "No rule to make target '../daemon/libshared.la', needed by 'hildon-thumbnailerd'"
make -C daemon/ libshared.la -j1
# Compilation fails with multiple threads
make -j1
}