summaryrefslogtreecommitdiff
path: root/elements/gnome/gnome/evolution-data-server.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/gnome/gnome/evolution-data-server.bst')
-rw-r--r--elements/gnome/gnome/evolution-data-server.bst6
1 files changed, 6 insertions, 0 deletions
diff --git a/elements/gnome/gnome/evolution-data-server.bst b/elements/gnome/gnome/evolution-data-server.bst
index b3965890..94bb45ee 100644
--- a/elements/gnome/gnome/evolution-data-server.bst
+++ b/elements/gnome/gnome/evolution-data-server.bst
@@ -30,8 +30,14 @@ sources:
url: upstream:evolution-data-server
track: gnome-3-24
ref: 6ad2fc6fba46d79449be4090eafd91015d0d8cce
+
+# Note that this version of e-d-s fails to build when builddir != srcdir.
config:
configure-commands:
- cmake -DCMAKE_INSTALL_PREFIX="%{prefix}" -DSYSCONFDIR=/etc -DENABLE_INTROSPECTION=ON
-DENABLE_UOA=OFF -DENABLE_VALA_BINDINGS=ON -DWITH_LIBDB=OFF -DWITH_OPENLDAP=OFF
.
+ build-commands:
+ - make
+ install-commands:
+ - make -j1 DESTDIR="%{install-root}" install