guix-commits
[Top][All Lists]
Advanced

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

01/02: Revert "gnu: bdb: Add configure flag to fix C++ header file."


From: Andreas Enge
Subject: 01/02: Revert "gnu: bdb: Add configure flag to fix C++ header file."
Date: Fri, 11 Sep 2015 20:40:45 +0000

andreas pushed a commit to branch master
in repository guix.

commit 51c591baa5944c3aadf53268b3713b87ada7912f
Author: Andreas Enge <address@hidden>
Date:   Fri Sep 11 22:40:15 2015 +0200

    Revert "gnu: bdb: Add configure flag to fix C++ header file."
    
    This reverts commit e4c3e2cd439f6a330fbd459097a1b79be41b4e56.
---
 gnu/packages/databases.scm |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 38ff650..e978c54 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <address@hidden>
-;;; Copyright © 2012, 2014, 2015 Andreas Enge <address@hidden>
+;;; Copyright © 2012, 2014 Andreas Enge <address@hidden>
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2014 David Thompson <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
@@ -87,12 +87,7 @@
 
                       ;; The compatibility mode is needed by some packages,
                       ;; notably iproute2.
-                      "--enable-compat185"
-
-                      ;; The following flag is needed so that the inclusion
-                      ;; of db_cxx.h into C++ files works; it leads to
-                      ;; HAVE_CXX_STDHEADERS being defined in db_cxx.h.
-                      "--enable-cxx"))))
+                      "--enable-compat185"))))
                  %standard-phases)))
     (synopsis "Berkeley database")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]