Summary: | digikam doesn't compile (KDE forces -fno-exception, digikam needs it) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Patrick <mail> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.9.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.0 | |
Sentry Crash Report: |
Description
Patrick
2006-09-03 23:15:45 UTC
SVN commit 580635 by cgilles: digiKam from trunk: fix C++ Exception rules require by Exiv2 library BUG: 133525 M +1 -0 Makefile.am --- trunk/extragear/graphics/digikam/libs/dimg/loaders/Makefile.am #580634:580635 @@ -1,4 +1,5 @@ METASOURCES = AUTO +KDE_CXXFLAGS = $(USE_EXCEPTIONS) noinst_LTLIBRARIES = libdimgloaders.la |