[med-svn] [sra-sdk] 03/03: Brute-force some object files building with -fPIC

Andreas Tille tille at debian.org
Wed Jun 7 19:30:59 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 sra-sdk.

commit 481731e7e4a9220e43876ba117b20d541052fccc
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jun 7 21:11:15 2017 +0200

    Brute-force some object files building with -fPIC
---
 debian/changelog                       |  1 +
 debian/patches/jessie_force_fPIC.patch | 73 ++++++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 75 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 11c8a3f..cd28e57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 sra-sdk (2.8.1-2+dfsg-2~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
+  * Brute-force some object files building with -fPIC
 
  -- Andreas Tille <tille at debian.org>  Wed, 07 Jun 2017 14:21:12 +0200
 
diff --git a/debian/patches/jessie_force_fPIC.patch b/debian/patches/jessie_force_fPIC.patch
new file mode 100644
index 0000000..c14ce83
--- /dev/null
+++ b/debian/patches/jessie_force_fPIC.patch
@@ -0,0 +1,73 @@
+--- a/tools/align-cache/Makefile
++++ b/tools/align-cache/Makefile
+@@ -39,6 +39,8 @@ ALL_TOOLS = \
+ 
+ include $(TOP)/build/Makefile.env
+ 
++OPT := -fPIC $(OPT)
++
+ #------------------------------------------------------------------------------
+ # outer targets
+ #
+--- a/tools/bam-loader/Makefile
++++ b/tools/bam-loader/Makefile
+@@ -40,6 +40,8 @@ ALL_TOOLS = \
+ 
+ include $(TOP)/build/Makefile.env
+ 
++OPT := -fPIC $(OPT)
++
+ #-------------------------------------------------------------------------------
+ # outer targets
+ #
+--- a/tools/vdb-config/Makefile
++++ b/tools/vdb-config/Makefile
+@@ -39,6 +39,8 @@ ALL_TOOLS = \
+ 	
+ include $(TOP)/build/Makefile.env
+ 
++OPT := -fPIC $(OPT)
++
+ #-------------------------------------------------------------------------------
+ # outer targets
+ #
+--- a/tools/vdb-validate/Makefile
++++ b/tools/vdb-validate/Makefile
+@@ -40,6 +40,8 @@ ALL_TOOLS = \
+ 
+ include $(TOP)/build/Makefile.env
+ 
++OPT := -fPIC $(OPT)
++
+ #------------------------------------------------------------------------------
+ # outer targets
+ #
+@@ -93,4 +95,4 @@ CHECK_CORRUPT_LIB = \
+ 	-lm
+ 
+ $(BINDIR)/check-corrupt: $(CHECK_CORRUPT_OBJ)
+-	$(LP) --exe --vers $(SRCDIR)/../../shared/toolkit.vers -o $@ $^ $(CHECK_CORRUPT_LIB)
+\ No newline at end of file
++	$(LP) --exe --vers $(SRCDIR)/../../shared/toolkit.vers -o $@ $^ $(CHECK_CORRUPT_LIB)
+--- a/tools/general-loader/Makefile
++++ b/tools/general-loader/Makefile
+@@ -44,6 +44,8 @@ ALL_TOOLS =      \
+ 
+ include $(TOP)/build/Makefile.env
+ 
++OPT := -fPIC $(OPT)
++
+ #-------------------------------------------------------------------------------
+ # outer targets
+ #
+--- a/tools/pileup-stats/Makefile
++++ b/tools/pileup-stats/Makefile
+@@ -39,6 +39,8 @@ ALL_TOOLS = \
+ 
+ include $(TOP)/build/Makefile.env
+ 
++OPT := -fPIC $(OPT)
++
+ #-------------------------------------------------------------------------------
+ # outer targets
+ #
diff --git a/debian/patches/series b/debian/patches/series
index 29093bc..7fa52b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ do_not_link_statically.patch
 link_debian_packaged_libmbed.patch
 seek_dynamic_libs.patch
 certs.kfg.patch
+jessie_force_fPIC.patch

-- 
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