]> git.pld-linux.org Git - packages/exiv2.git/commitdiff
- fix fvisibility detection
authorshadzik <shadzik@pld-linux.org>
Thu, 3 Dec 2009 19:58:22 +0000 (19:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exiv2-configure.patch -> 1.1

exiv2-configure.patch [new file with mode: 0644]

diff --git a/exiv2-configure.patch b/exiv2-configure.patch
new file mode 100644 (file)
index 0000000..4fd11da
--- /dev/null
@@ -0,0 +1,19 @@
+--- config/configure.ac        2009-06-20 12:55:27.000000000 +0200
++++ config/configure.ac-new    2009-12-03 20:53:38.492002725 +0100
+@@ -110,8 +110,6 @@
+     [  --disable-visibility    do not use g++ visibility support ],
+     GXX_VISIBILITY=$enableval, GXX_VISIBILITY=yes)
+ AC_MSG_RESULT($GXX_VISIBILITY)
+-if test "$GXX_VISIBILITY" = "yes"; then
+-    AX_CXX_CHECK_FLAG(-fvisibility-inlines-hidden,[],[],[GXX_VISIBILITY=yes],[GXX_VISIBILITY=no])
+     if test "$GXX_VISIBILITY" = "yes"; then
+         CXXFLAGS="${CXXFLAGS} -fvisibility=hidden -fvisibility-inlines-hidden"
+         AC_DEFINE(HAVE_GXXCLASSVISIBILITY,1)
+@@ -119,7 +117,6 @@
+     if test "$enable_shared" = "yes"; then
+         AC_DEFINE(HAVE_DLL)
+     fi
+-fi
+ AC_MSG_CHECKING([whether to use the lens database for Exif.Nikon3.LensData])
+ AC_ARG_ENABLE(lensdata,
This page took 0.143677 seconds and 4 git commands to generate.