[jhbuild] 3.28: Disable kerberos for gnome-online-accounts on FreeBSD



commit 0ba701055de3f787e204ba61e69d874f863e524a
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Tue Dec 19 21:38:28 2017 +0800

    3.28: Disable kerberos for gnome-online-accounts on FreeBSD
    
    Unfortunately, gnome-online-accounts cannot use Heimdal and installing
    MIT krb5 can cause RPATH issues on FreeBSD.

 modulesets/gnome-suites-core-deps-3.28.modules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.28.modules b/modulesets/gnome-suites-core-deps-3.28.modules
index 2f174c5..f92a221 100644
--- a/modulesets/gnome-suites-core-deps-3.28.modules
+++ b/modulesets/gnome-suites-core-deps-3.28.modules
@@ -544,6 +544,9 @@ the module and we will just change it to use a tarball anyway.
   </autotools>
 
   <autotools id="gnome-online-accounts">
+    <if condition-set="freebsd">
+      <autogenargs value="--disable-kerberos"/>
+    </if>
     <branch/>
     <dependencies>
       <dep package="gtk+-3"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]