aports/testing/lua-evdev/cflags.patch
Natanael Copa 5da044646d testing/lua-evdev: new aport
Lua module for reading input events
https://github.com/Tangent128/lua-evdev
2014-09-12 08:44:04 +00:00

9 lines
272 B
Diff

--- ./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)