[emos] 02/14: Use -fPIC on m68k. Closes: 810389.

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Mar 2 11:41:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository emos.

commit 4eda65e7a3827552e40109022ea6c4c6853e2f0e
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Jan 10 06:32:19 2016 +0000

    Use -fPIC on m68k. Closes: 810389.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fc84053..1e600ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+emoslib (2:4.3.3-3) UNRELEASED; urgency=medium
+
+  * Use -fPIC on m68k. Closes: 810389.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sun, 10 Jan 2016 06:31:51 +0000
+
 emoslib (2:4.3.3-2) unstable; urgency=medium
 
   * Change libpng12-dev to libpng-dev for png16 transition. Closes: #810168
diff --git a/debian/rules b/debian/rules
index 762524f..213d86d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,9 @@ endif
 ifeq ($(ARCH), hurd-i386)
   BUILD_FLAGS:= ' -D__GNU__'
 endif
-
+ifeq($(ARCH), m68k)
+  FPIC:= -fPIC
+endif
 override_dh_auto_test:
 	# Need links for tests.
 	(cd bufrtables && sh ./links.sh)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/emos.git



More information about the debian-science-commits mailing list