From ebcce373b196cd4ad44667a05c856ed0f4b472b5 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 11 Dec 2014 11:46:11 +0100 Subject: build pisition independent executable --- udev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev') diff --git a/udev/Makefile b/udev/Makefile index 4666b1d..b8ddc84 100644 --- a/udev/Makefile +++ b/udev/Makefile @@ -3,7 +3,7 @@ CC := gcc INSTALL := install RM := rm # flags -CFLAGS += -std=c11 -O2 -Wall -Werror +CFLAGS += -std=c11 -O2 -fpic -pie -Wall -Werror all: ykfde -- cgit v1.2.3-54-g00ecf