[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: debian/rules: build with -no-pie -fno-PIE. Closes: #845512, #845521.



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 003c3a46bf96db1ef73530db6e49fd9b81372ff0
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Nov 25 23:01:03 2016 +0100

    debian/rules: build with -no-pie -fno-PIE. Closes: #845512, #845521.
---
 debian/changelog | 5 ++---
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b96ae86..39347f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,9 +10,8 @@ glibc (2.24-7) UNRELEASED; urgency=medium
     O_DIRECTORY errors.
 
   [ Aurelien Jarno ]
-  * debian/patches/git-updates.diff: update from upstream stable branch:
-    - Fix missing memcpy_chk in libc.a on amd64 when the compiler defaults to
-      PIE.  Closes: #845521.
+  * debian/patches/git-updates.diff: update from upstream stable branch.
+  * debian/rules: build with -no-pie -fno-PIE. Closes: #845512, #845521.
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 21 Nov 2016 19:24:59 +0100
 
diff --git a/debian/rules b/debian/rules
index c78dc10..eaef085 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,8 +99,8 @@ DEB_GCC_VERSION ?= -6
 RUN_TESTSUITE = yes
 
 # Set cross and native compiler names, including version.
-CC     = $(DEB_HOST_GNU_TYPE)-$(BASE_CC)$(DEB_GCC_VERSION)
-CXX    = $(DEB_HOST_GNU_TYPE)-$(BASE_CXX)$(DEB_GCC_VERSION)
+CC     = $(DEB_HOST_GNU_TYPE)-$(BASE_CC)$(DEB_GCC_VERSION) -no-pie -fno-PIE
+CXX    = $(DEB_HOST_GNU_TYPE)-$(BASE_CXX)$(DEB_GCC_VERSION) -no-pie -fno-PIE
 MIG    = $(DEB_HOST_GNU_TYPE)-$(BASE_MIG)
 BUILD_CC = $(DEB_BUILD_GNU_TYPE)-$(BASE_CC)
 BUILD_CXX = $(DEB_BUILD_GNU_TYPE)-$(BASE_CXX)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: