[gcc-6] 385/401: * dpkg-buildflags stopped fiddling around with spec files; remove the code removing and warning about dpkg's specs.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit ff281618f6041efa90b19f3f5d831ef3f0eee3fb
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Mar 8 14:51:22 2017 +0000
* dpkg-buildflags stopped fiddling around with spec files; remove
the code removing and warning about dpkg's specs.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9342 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 2 ++
debian/rules.patch | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6b9af48..1050bb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ gcc-6 (6.3.0-9) UNRELEASED; urgency=medium
.
* gcj-6: Fix ecj1 symlink on i386. Closes: #856903.
* Fix libcc1.so symlink for cross compilers. Addresses: #856875.
+ * dpkg-buildflags stopped fiddling around with spec files; remove
+ the code removing and warning about dpkg's specs.
-- Matthias Klose <doko at debian.org> Tue, 07 Mar 2017 17:40:20 +0100
diff --git a/debian/rules.patch b/debian/rules.patch
index eeca2f6..da4ee15 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -146,10 +146,10 @@ ifneq (,$(filter $(derivative),Ubuntu))
endif
else ifneq (,$(filter $(derivative),Debian))
ifneq (,$(findstring gcc-6, $(PKGSOURCE)))
- ifneq ($(with_pie),yes)
- hardening_patches += \
- ignore-pie-specs-when-not-enabled
- endif
+# ifneq ($(with_pie),yes)
+# hardening_patches += \
+# ignore-pie-specs-when-not-enabled
+# endif
endif
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list