aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-evdev/cflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lua-evdev/cflags.patch')
-rw-r--r--testing/lua-evdev/cflags.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/lua-evdev/cflags.patch b/testing/lua-evdev/cflags.patch
deleted file mode 100644
index 52d3647de7..0000000000
--- a/testing/lua-evdev/cflags.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- ./Makefile.orig
-+++ ./Makefile
-@@ -1,4 +1,4 @@
-
- evdev/core.so: evdev/core.c
-- gcc -shared -o evdev/core.so -fPIC -Wall -Wextra -pedantic -std=c99 evdev/core.c
-+ gcc $(CFLAGS) -shared -o evdev/core.so -fPIC -Wall -Wextra -pedantic -std=c99 evdev/core.c $(LDFLAGS)
-