1b9f409eb4
NOTE: this SR is intended to move cgit from git (as of now cgit.spec is incldued in git package src). cgit will be no longer linked repo. - split from OBS git repo to an individual repo (since cgit-0.9 doesn't build with git-1.7.7) - merged fixes in git repo back to cgit repo - updated to git 1.7.6.4 - updated to cgit 0.9.0.2 OBS-URL: https://build.opensuse.org/request/show/87800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgit?expand=0&rev=3
15 lines
296 B
Diff
15 lines
296 B
Diff
---
|
|
Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -134,6 +134,7 @@
|
|
|
|
|
|
CFLAGS += -g -Wall -Igit
|
|
+CFLAGS += $(RPM_OPT_FLAGS)
|
|
CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)'
|
|
CFLAGS += -DCGIT_VERSION='"$(CGIT_VERSION)"'
|
|
CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'
|