From 8183dc855cfeedd5d11e7f984440cf32c20d79e8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 10 Jul 2012 19:26:44 +0200 Subject: ZX2C4 specific patches. --- cgit.conf | 12 ++++++++++++ cgit.png | Bin 1366 -> 12005 bytes favicon.ico | Bin 1078 -> 3262 bytes 3 files changed, 12 insertions(+) create mode 100644 cgit.conf diff --git a/cgit.conf b/cgit.conf new file mode 100644 index 0000000..2740d59 --- /dev/null +++ b/cgit.conf @@ -0,0 +1,12 @@ +CGIT_SCRIPT_PATH = /var/www/uwsgi/cgit/cgi +CGIT_CONFIG = /var/www/uwsgi/cgit/cgitrc +CACHE_ROOT = /var/www/uwsgi/cgit/cache +prefix = /var/www/uwsgi/cgit +libdir = $(prefix) +filterdir = $(libdir)/filters + +NM = gcc-nm +AR = gcc-ar +LD = gcc-ld +CFLAGS = -O3 -march=native -pipe -fomit-frame-pointer -fPIE -fstack-protector-all -flto -fPIC -g +LDFLAGS = -Wl,-z,now -Wl,-z,relro -flto -fPIC diff --git a/cgit.png b/cgit.png index 425528e..01deb39 100644 Binary files a/cgit.png and b/cgit.png differ diff --git a/favicon.ico b/favicon.ico index 56ff593..4c03cd4 100644 Binary files a/favicon.ico and b/favicon.ico differ -- cgit v1.2.3-56-ge451