Fix build on Linux

This commit is contained in:
Pierre Pronchery 2017-07-24 23:43:58 +02:00
parent 777d5969c7
commit 45f556538f

View File

@ -4,7 +4,7 @@ cppflags=-I $(PREFIX)/include
cflags_force=-W `pkg-config --cflags x11 gtk+-2.0`
cflags=-Wall -g -O2 -pedantic -fPIC -fstack-protector
ldflags_force=`pkg-config --libs x11 gtk+-2.0`
ldflags=-Wl,-pie
ldflags=-pie
dist=Makefile,framer.h
[framer]