[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:44:24 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=747b71f
The following commit has been merged in the master branch:
commit 747b71fb3b1e4c972c5a440738258a82bea0404c
Author: Robin Mills <robin at clanmills.com>
Date: Mon Oct 20 17:57:43 2014 +0000
jenkins_development: mingw testing
---
jenkins_build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jenkins_build.sh b/jenkins_build.sh
index 7433400..8aba53e 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -167,7 +167,7 @@ if [ $PLATFORM == "macosx" -a "$target" == "macosx" -a "$macosx" == "true" ]; t
if [ $PLATFORM == "cygwin" -a "$target" == "cygwin" -a "$cygwin" == "true" ]; then build=CYGW ; fi
if [ $PLATFORM == "cygwin" -a "$target" == "mingw" -a "$mingw" == "true" ]; then build=MING ; fi
if [ $PLATFORM == "cygwin" -a "$target" == "msvc" -a "$msvc" == "true" ]; then build=MSVC ; fi
-if [ $PLATFORM == "mingw" -a "$buildmingw" == "1" ]; then build=MING ; fi
+if [ $PLATFORM == "mingw" -a "$target" == "mingw" ]; then build=MING ; fi
echo "3 target = $target platform = $PLATFORM build = $build"
@@ -199,6 +199,7 @@ case "$build" in
MING)
if [ "$buildmingw" == "1" ]; then
+ ./configure --disable-nls $withcurl $withssh
make -j4
make install
make -j4 samples
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list