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:
parent
ffa2dad8ca
commit
66121592c2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue