Fix build with custom CFLAGS

This commit is contained in:
Pierre Pronchery 2016-03-23 13:09:22 +01:00
parent aa73b0e34e
commit a65504192a

View File

@ -1,6 +1,6 @@
targets=keyboard
cflags_force=-W `pkg-config --cflags libDesktop x11`
cflags=-Wall -g -O2 -fPIC -pedantic
cflags_force=-W `pkg-config --cflags libDesktop x11` -fPIC
cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libDesktop x11` -lXtst -lintl
dist=Makefile