[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:04 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=15b8d31
The following commit has been merged in the master branch:
commit 15b8d317aa3a58fa70844f496275534ba772b2c9
Author: Robin Mills <robin at clanmills.com>
Date: Mon Dec 14 14:51:15 2015 +0000
#1109 and #1041 Always build 64 bit libraries.
---
jenkins_daily.sh | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index 25982fe..5629061 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -77,9 +77,14 @@ echo "---- build = $build ------"
)
else
pushd $build > /dev/null
- cmake -DCMAKE_INSTALL_PREFIX=$dist -DEXIV2_ENABLE_NLS=OFF $exiv2
- make
- cmake --build . --target install
+ (
+ export CFLAGS=-m64
+ export CXXFLAGS=-m64
+ export LDFLAGS=-m64
+ cmake -DCMAKE_INSTALL_PREFIX=$dist -DEXIV2_ENABLE_NLS=OFF $exiv2
+ make
+ cmake --build . --target install
+ )
popd > /dev/null
fi
) | tee "$build/dist/logs/build.log"
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list