Commit 4cc961b7 authored by Marvin's avatar Marvin Committed by GitHub

added libtracker for timemachine support

parent 23d0e790
...@@ -36,6 +36,8 @@ RUN export samba_version=4.9.0 \ ...@@ -36,6 +36,8 @@ RUN export samba_version=4.9.0 \
libjansson-dev \ libjansson-dev \
libarchive-dev \ libarchive-dev \
libgpgme11-dev \ libgpgme11-dev \
libtracker-sparql-1.0-dev \
libtracker-miner-1.0-dev \
perl \ perl \
perl-modules \ perl-modules \
pkg-config \ pkg-config \
...@@ -56,7 +58,7 @@ RUN export samba_version=4.9.0 \ ...@@ -56,7 +58,7 @@ RUN export samba_version=4.9.0 \
&& rm samba-${samba_version}.tar.gz \ && rm samba-${samba_version}.tar.gz \
\ \
&& cd samba-${samba_version} \ && cd samba-${samba_version} \
&& ./configure --prefix=/ --without-ldb-lmdb \ && ./configure --prefix=/ --enable-spotlight --without-ldb-lmdb \
&& make \ && make \
&& make install \ && make install \
\ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment