[teeworlds] 02/02: Disable pie hardening flags since pnglite is only available as a static library.
Felix Geyer
fgeyer at moszumanska.debian.org
Sat Jan 7 11:40:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to annotated tag debian/0.6.4+dfsg-1_bpo8+1
in repository teeworlds.
commit b7df879f3127df6d46793baf1a312241db841c89
Author: Felix Geyer <fgeyer at debian.org>
Date: Thu Nov 17 21:23:49 2016 +0100
Disable pie hardening flags since pnglite is only available as a static library.
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b43cef6..273300e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
teeworlds (0.6.4+dfsg-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
+ * Disable pie hardening flags since pnglite is only available as a
+ static library.
-- Felix Geyer <fgeyer at debian.org> Thu, 17 Nov 2016 21:05:13 +0100
diff --git a/debian/control b/debian/control
index e318425..e9c648c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
libfreetype6-dev,
libgl1-mesa-dev,
libglu1-mesa-dev,
- libpnglite-dev (>= 0.1.17-2~),
+ libpnglite-dev,
libsdl1.2-dev,
libwavpack-dev,
libx11-dev,
diff --git a/debian/rules b/debian/rules
index 01752d7..baa3622 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/teeworlds.git
More information about the Pkg-games-commits
mailing list