aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bird/bird-correct-version.patch
blob: f146619762d5111ff06c4a077ed319f8da581495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -urp a/Makefile.in b/Makefile.in
--- a/Makefile.in	1970-01-01 00:00:00.000000000 +0000
+++ b/Makefile.in	1970-01-01 00:00:00.000000000 +0000
@@ -21,11 +21,6 @@ INSTALL=@INSTALL@
 INSTALL_PROGRAM=@INSTALL_PROGRAM@
 INSTALL_DATA=@INSTALL_DATA@
 
-git-label:=$(strip $(shell git describe --always --dirty=-x 2>/dev/null))
-ifneq ($(git-label),)
-        CFLAGS += -DGIT_LABEL="$(git-label)"
-endif
-
 client=$(addprefix $(exedir)/,@CLIENT@)
 daemon=$(exedir)/bird
 protocols=@protocols@