[med-svn] [ncbi-vdb] 04/05: Burte-force libkapp building with -fPIC
Andreas Tille
tille at debian.org
Wed Jun 7 19:30:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch debian/jessie-backports
in repository ncbi-vdb.
commit 799b5ef067c36a3ca9636a26c3062dd3331ac422
Author: Andreas Tille <tille at debian.org>
Date: Wed Jun 7 17:15:09 2017 +0200
Burte-force libkapp building with -fPIC
---
debian/changelog | 1 +
debian/patches/jessie_kapp_fPIC.patch | 11 +++++++++++
debian/patches/series | 1 +
3 files changed, 13 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1b09ade..997b035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ncbi-vdb (2.8.1+dfsg-2~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
* Make sure jni.h will be really found
+ * Burte-force libkapp building with -fPIC
-- Andreas Tille <tille at debian.org> Wed, 07 Jun 2017 13:57:51 +0200
diff --git a/debian/patches/jessie_kapp_fPIC.patch b/debian/patches/jessie_kapp_fPIC.patch
new file mode 100644
index 0000000..ab3b0bf
--- /dev/null
+++ b/debian/patches/jessie_kapp_fPIC.patch
@@ -0,0 +1,11 @@
+--- a/libs/kapp/Makefile
++++ b/libs/kapp/Makefile
+@@ -30,6 +30,8 @@ MODULE = libs/kapp
+
+ include $(TOP)/build/Makefile.env
+
++OPT := -fPIC $(OPT)
++
+ INT_LIBS = \
+ libkapp \
+ libkapp-norsrc \
diff --git a/debian/patches/series b/debian/patches/series
index b73bc0c..7997a46 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ spelling.patch
remove_-m64_flag.patch
add_-msse2.patch
use_debian_packaged_libmbedx.patch
+jessie_kapp_fPIC.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-vdb.git
More information about the debian-med-commit
mailing list