[SCM] jack-audio-connection-kit/master: Revert "Build adding -fPIC to CFLAGS"
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Sat Dec 3 19:20:23 UTC 2016
The following commit has been merged in the master branch:
commit fd744ae044ee981052730fb546ada975fb342ea0
Author: James Cowgill <jcowgill at debian.org>
Date: Sat Dec 3 14:30:39 2016 +0000
Revert "Build adding -fPIC to CFLAGS"
libjack.a should already be built with -fPIE so executables which use
libjack.a are fine without -fPIC. Therefore I don't think this is needed
any longer.
This reverts commit 43082af09b9c288393bc57b66e0d2bdee0c24d57.
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 82359f9..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,8 +0,0 @@
-This package ships only static libraries and they are compiled with -fPIC
-to let reverse dependencies use the static libraries as part of shared
-libraries and PIE binaries.
-
-The exception is discussed in this thread:
- https://lists.debian.org/debian-devel/2016/09/msg00277.html
-
- -- Balint Reczey <rbalint at chaos.sz13.dyndns.org>, Wed, 28 Sep 2016 21:08:21 +0200
diff --git a/debian/rules b/debian/rules
index 7e5edc4..3482e13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,9 +64,6 @@ else
DEB_CONFIGURE_EXTRA_FLAGS += --with-default-tmpdir=/tmp
endif
-# build everything including static libs as PIC
-CFLAGS += -fPIC
-
ifneq (,$(filter doopt,$(DEB_BUILD_OPTIONS)))
# do optimization for the different architectures
ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))
--
Debian packaging for jack-audio-connection-kit
More information about the pkg-multimedia-commits
mailing list