[med-svn] [sra-sdk] 11/13: link against Debian packaged libmbedtls-dev
Andreas Tille
tille at debian.org
Fri Nov 25 18:19:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository sra-sdk.
commit 51d668a1c4e9bdd6a197d6af6d3f9af87e26bc12
Author: Andreas Tille <tille at debian.org>
Date: Fri Nov 25 19:07:26 2016 +0100
link against Debian packaged libmbedtls-dev
---
debian/changelog | 1 +
debian/patches/link_debian_packaged_libmbed.patch | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 67c7ee2..1699004 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
sra-sdk (2.7.0-2) UNRELEASED; urgency=medium
* d/rules: Remove -pie to adapt to latest changes in dpkg
+ * link against Debian packaged libmbedtls-dev
-- Andreas Tille <tille at debian.org> Fri, 25 Nov 2016 18:06:45 +0100
diff --git a/debian/patches/link_debian_packaged_libmbed.patch b/debian/patches/link_debian_packaged_libmbed.patch
new file mode 100644
index 0000000..a089b2e
--- /dev/null
+++ b/debian/patches/link_debian_packaged_libmbed.patch
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+LastChanged: Fri, 25 Nov 2016 12:41:49 +0100
+Bug-Debian: https://bugs.debian.org/844900
+Description: link against Debian packaged libmbedtls-dev
+
+--- a/build/ld.linux.exe.sh
++++ b/build/ld.linux.exe.sh
+@@ -320,7 +320,7 @@ then
+ fi
+
+ echo "+++++++++++++++++++++++++ adding zlib +++++++++++++++++++++++++++++++++++++++"
+-CMD="$CMD -lz -lbz2 -lsz"
++CMD="$CMD -lz -lbz2 -lsz -lmbedx509 -lmbedtls -lmbedcrypto"
+
+ # produce shared library
+ echo $CMD
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sra-sdk.git
More information about the debian-med-commit
mailing list