gnu: evolution-data-server: Fix build failure against ICU 60.
* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add CMAKE_CXX_FLAGS=-std=gnu++11 to #:configure-flags.
This commit is contained in:
parent
b89d8a4271
commit
5e9b141675
|
@ -4891,6 +4891,9 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
|
|||
"-DENABLE_GOOGLE=OFF" ;disable Google Contacts support
|
||||
"-DENABLE_GOOGLE_AUTH=OFF" ;disable Google authentication
|
||||
"-DENABLE_VALA_BINDINGS=ON"
|
||||
;; FIXME: Building against ICU 60 requires C++11 or higher. Remove
|
||||
;; this when our default compiler is >= GCC6.
|
||||
"-DCMAKE_CXX_FLAGS=-std=gnu++11"
|
||||
"-DENABLE_INTROSPECTION=ON") ;required for Vala bindings
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in New Issue