[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:27 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4153f38
The following commit has been merged in the master branch:
commit 4153f38eec52365b3beeba56086ec4e01b4b75b7
Author: Robin Mills <robin at clanmills.com>
Date: Sun Oct 14 18:02:47 2012 +0000
Fix: Issue: #859. Don't set visibility for clang compiler.
---
config/config.h.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/config.h.in b/config/config.h.in
index 5ff3c7f..8a93825 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -212,7 +212,7 @@
# define EXV_DLLPUBLIC
#else
# ifdef EXV_WANT_VISIBILITY_SUPPORT
-# if defined(__GNUC__) && (__GNUC__ >= 4)
+# if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__clang__)
# define EXV_IMPORT __attribute__ ((visibility("default")))
# define EXV_EXPORT __attribute__ ((visibility("default")))
# define EXV_DLLLOCAL __attribute__ ((visibility("hidden")))
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list