summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-07-04 16:22:39 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-07-04 16:22:39 +0100
commite1b44688c0db505f70761fe76b4fed2ca6924a09 (patch)
tree1003e1fe57d6068cde461e898a81292d53b509d2
parentde8f5468738a5ea097c7b603b74645084f31c346 (diff)
downloadpulseaudio-baserock/morph.tar.gz
Use the simple database instead of gdbm to avoid GPLv3 license contaminationbaserock/morph
-rw-r--r--pulseaudio.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulseaudio.morph b/pulseaudio.morph
index 2ea0f5316..730131b06 100644
--- a/pulseaudio.morph
+++ b/pulseaudio.morph
@@ -5,7 +5,7 @@
"build-system": "autotools",
"configure-commands": [
"./autogen.sh",
- "./configure --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc"
+ "./configure --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc --with-database=simple"
],
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install",