summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-19 13:53:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-19 13:53:57 -0400
commit7b029b9a5316bac78fce24876cdae3fb9abddbaa (patch)
treea6a3530b2ccbd6ea81265ce9b02675bcef57ba20 /debian
parent7b2667698061f27898092e7e53f6f2cf316b8036 (diff)
Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to ld, cc, and cpp.
As a result of the Makefile changes, the Debian package is built with various hardening options. Although their benefit to a largely haskell program is unknown.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index faf89f96c..307efde1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,11 @@ git-annex (5.20150813) UNRELEASED; urgency=medium
is not yet implemented in git-annex for the hurd.
* importfeed --relaxed: Avoid hitting the urls of items in the feed.
* Fix reversion in init when ran as root, introduced in version 5.20150731.
+ * Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to
+ ld, cc, and cpp.
+ * As a result of the Makefile changes, the Debian package is built
+ with various hardening options. Although their benefit to a largely
+ haskell program is unknown.
-- Joey Hess <id@joeyh.name> Wed, 12 Aug 2015 14:31:01 -0400