[Pkg-haskell-commits] darcs: haskell-devscripts: Fix hardening-no-relro lintian warnings

KAction at gnu.org KAction at gnu.org
Tue Mar 10 12:36:59 UTC 2015


Tue Mar 10 12:32:57 UTC 2015  KAction at gnu.org
  * Fix hardening-no-relro lintian warnings

    M ./debian/changelog +6
    M ./hlibrary.mk +1

Tue Mar 10 12:32:57 UTC 2015  KAction at gnu.org
  * Fix hardening-no-relro lintian warnings
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2015-03-10 12:36:59.383937874 +0000
+++ new-haskell-devscripts/debian/changelog	2015-03-10 12:36:59.387937873 +0000
@@ -1,3 +1,9 @@
+haskell-devscripts (0.9.3) UNRELEASED; urgency=medium
+
+  *  Fix hardening-no-relro lintian warning
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 Mar 2015 15:27:10 +0300
+
 haskell-devscripts (0.9.2) experimental; urgency=medium
 
   * Use a different path to store the extra-packages files, independent of
diff -rN -u old-haskell-devscripts/hlibrary.mk new-haskell-devscripts/hlibrary.mk
--- old-haskell-devscripts/hlibrary.mk	2015-03-10 12:36:59.383937874 +0000
+++ new-haskell-devscripts/hlibrary.mk	2015-03-10 12:36:59.395937871 +0000
@@ -113,6 +113,7 @@
 	$(DEB_SETUP_BIN_NAME) configure --ghc -v2 \
 		--prefix=/usr --libdir=/usr/lib/haskell-packages/ghc/lib \
 		--builddir=dist-ghc \
+		--ghc-options="-optl$$(dpkg-buildflags --get LDFLAGS)" \
 		--haddockdir=$(DEB_HADDOCK_DIR) --datasubdir=$(CABAL_PACKAGE)\
 		--htmldir=$(DEB_HADDOCK_HTML_DIR) $(ENABLE_PROFILING) $(NO_GHCI_FLAG) \
 		$(DEB_SETUP_GHC6_CONFIGURE_ARGS) $(DEB_SETUP_GHC_CONFIGURE_ARGS) $(OPTIMIZATION) $(TESTS)




More information about the Pkg-haskell-commits mailing list