[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:35 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a48cb21
The following commit has been merged in the master branch:
commit a48cb21c5631c2b860ce143e653734df5c6543c8
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Sep 4 06:43:54 2004 +0000
Added caveat for MinGW builds
---
README.make | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.make b/README.make
index 0cf3e5e..cc96f66 100644
--- a/README.make
+++ b/README.make
@@ -35,6 +35,13 @@ Caveat
correct compilation flags. The related variables in config.mk are
CXXFLAGS_SHARED, LDFLAGS_SHARED and SHAREDLIB_SUFFIX.
+ The build environment does not support building Exiv2 as a DLL
+ on MinGW. When building on MinGW, you need to unset SHARED_LIBS
+ and set STATIC_LIBS in config.mk (after running ./configure):
+ # Define which libraries (shared and/or static) to build
+ SHARED_LIBS =
+ STATIC_LIBS = 1
+
You should *not* need to modify any Makefile directly.
If your compiler uses a repository for object files of templates,
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list