summaryrefslogtreecommitdiff
path: root/overlays/udp2raw/udp2raw-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/udp2raw/udp2raw-makefile.patch')
-rw-r--r--overlays/udp2raw/udp2raw-makefile.patch16
1 files changed, 7 insertions, 9 deletions
diff --git a/overlays/udp2raw/udp2raw-makefile.patch b/overlays/udp2raw/udp2raw-makefile.patch
index 512c6f8e..264f5cf4 100644
--- a/overlays/udp2raw/udp2raw-makefile.patch
+++ b/overlays/udp2raw/udp2raw-makefile.patch
@@ -1,12 +1,10 @@
1diff --git a/makefile b/makefile 1diff --git a/makefile b/makefile
2index e758e68..16a3b23 100755 2index 22c07ae..ddcfbc4 100755
3--- a/makefile 3--- a/makefile
4+++ b/makefile 4+++ b/makefile
5@@ -53,6 +53,6 @@ mips24kc_le_asm_aes: git_version 5@@ -131,4 +131,4 @@ clean:
6 amd64:git_version 6 rm -f git_version.h
7 ${cc_amd64} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O3 7
8 amd64_hw_aes:git_version 8 git_version:
9- ${cc_amd64} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O0 -fno-omit-frame-pointer -g 9- echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > git_version.h
10+ ${CXX} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O0 -fno-omit-frame-pointer -g 10+ echo "const char *gitversion = \"cc6ea766c495cf4c69d1c7485728ba022b0f19de\";" > git_version.h
11 x86:git_version
12 ${cc_x86} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O2 -lgcc_eh -ggdb