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.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/overlays/udp2raw/udp2raw-makefile.patch b/overlays/udp2raw/udp2raw-makefile.patch
new file mode 100644
index 00000000..80b39c6b
--- /dev/null
+++ b/overlays/udp2raw/udp2raw-makefile.patch
@@ -0,0 +1,13 @@
1diff --git a/makefile b/makefile
2index e758e68..16a3b23 100755
3--- a/makefile
4+++ b/makefile
5@@ -53,7 +53,7 @@ mips24kc_le_asm_aes: git_version
6 #bcm2708:
7 # ${cc_bcm2708} -o ${NAME}_bcm2708 -I. ${SOURCES} ${FLAGS} -lrt -static -O3
8 amd64:git_version
9- ${cc_local} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O3
10+ ${CXX} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O3
11
12 amd64_perf:git_version
13 ${cc_local} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O0 -fno-omit-frame-pointer -g