[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:39 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=ae83125
The following commit has been merged in the master branch:
commit ae83125c95dc7fd5ff5f79c6ddb74a451cde14af
Author: Robin Mills <robin at clanmills.com>
Date: Sun Dec 28 16:01:51 2014 +0000
trunk: similar to r3492
---
jenkins_build.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/jenkins_build.sh b/jenkins_build.sh
index c361425..206ccd3 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -152,8 +152,10 @@ case "$build" in
# I've given up:
# 1. trying to get Cygwin to build with gettext and friends
# 2. trying to get Cygwin to install into a local directory
- echo ./configure ${withcurl} ${withssh}
- ./configure ${withcurl} ${withssh}
+ make distclean
+ make config
+ echo ./configure ${withcurl} ${withssh} --disable-nls
+ ./configure ${withcurl} ${withssh} --disable-nls
make -j4
# result=$?
make install
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list