From b17cedb205501f03d0ad50c278c5d4d57d369a7c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Aug 2015 14:00:57 -0400 Subject: merge hardneing flags and lintian rpath ignore from git-annex --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42848b7..dcdcbbb 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: Build/SysConfig.hs Build/SysConfig.hs: configure.hs Build/TestConfig.hs Build/Configure.hs if [ "$(CABAL)" = ./Setup ]; then ghc --make Setup; fi - $(CABAL) configure + $(CABAL) configure --ghc-options="$(shell Build/collect-ghc-options.sh)" install: build install -d $(DESTDIR)$(PREFIX)/bin -- cgit v1.2.3