[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=88b1f98
The following commit has been merged in the master branch:
commit 88b1f982b0d85d125f28a644c4619aa69f889388
Author: Robin Mills <robin at clanmills.com>
Date: Sun Dec 28 15:51:55 2014 +0000
trunk: webready integration - debugging cygwin build failure on jenkins
---
jenkins_build.sh | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/jenkins_build.sh b/jenkins_build.sh
index 3cef41b..c361425 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -117,8 +117,8 @@ make config &>/dev/null
# decide what to do about curl and ssh
export withcurl='--without-curl'
export withssh='--without-ssh'
-if [ "$curl" == "true" ]; then withcurl=--with-curl ; fi
-if [ "$ssh" == "true" ]; then withssh=--with-ssh ; fi
+if [ "$curl" == "true" ]; then export withcurl=--with-curl ; fi
+if [ "$ssh" == "true" ]; then export withssh=--with-ssh ; fi
##
# what kind of build is this?
@@ -136,9 +136,9 @@ echo "3 target = $target platform = $PLATFORM build = $build"
case "$build" in
UNIX)
echo -------------
- echo ./configure --prefix=$PWD/usr $withcurl $withssh
+ echo ./configure --prefix=$PWD/usr $withcurl $withssh
echo -------------
- ./configure "--prefix=$PWD/usr" $withcurl $withssh
+ ./configure "--prefix=$PWD/usr" $withcurl $withssh
make -j4 "LDFLAGS=-L${PWD}/usr/lib -L${PWD}/xmpsdk/src/.libs"
make install
make -j4 samples "CXXFLAGS=-I${PWD}/usr/include -I${PWD}/src" "LDFLAGS=-L${PWD}/usr/lib -L${PWD}/xmpsdk/src/.libs -lexiv2"
@@ -152,7 +152,8 @@ 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
- ./configure --disable-nls $withcurl $withssh
+ echo ./configure ${withcurl} ${withssh}
+ ./configure ${withcurl} ${withssh}
make -j4
# result=$?
make install
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list