Skip to content

Commit

Permalink
sfos: packaging: Do not use gdbm even if available ; JB#44440
Browse files Browse the repository at this point in the history
Add `--with-database=simple` to avoid using gdbm even if it were
available.  This is due to gdbm getting updated to a GPLv3 version,
so we must make sure it doesn't get linked in things that go in
the default images.

Signed-off-by: Aapi Hämäläinen <aapi.hamalainen@jolla.com>
  • Loading branch information
Aapi Hämäläinen authored and Aapi Hämäläinen committed May 3, 2019
1 parent 4591e74 commit cee27fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/pulseaudio.spec
Expand Up @@ -110,7 +110,8 @@ export CXXFLAGS="$CXXFLAGS -mfpu=neon"
%endif
--disable-openssl \
--disable-gconf \
--disable-esound
--disable-esound \
--with-database=simple

make %{?jobs:-j%jobs}

Expand Down

0 comments on commit cee27fb

Please sign in to comment.