Description: Add hardening
Author: Alexander Wirt <formorer@debian.org>
Last-Update: 2014-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- /dev/null
+++ b/cgit.conf
@@ -0,0 +1,5 @@
+CC = gcc
+CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
+CGIT_CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
+LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
