From d9b2d5d828420a4e23b31c96c2d64224c519cd2f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 22 Oct 2009 09:37:13 +0000 Subject: [PATCH] Moved -fPIC to base configuration. --- Linux.mk | 1 - makefile | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Linux.mk b/Linux.mk index 5fcb054..6c1906b 100644 --- a/Linux.mk +++ b/Linux.mk @@ -1,3 +1,2 @@ export PATH := /usr/local/bin:$(PATH) flags += -I/usr/include/webkit-1.0 -flags += -fPIC diff --git a/makefile b/makefile index 4a7ded5..bda4406 100644 --- a/makefile +++ b/makefile @@ -6,8 +6,9 @@ endif #flags := -g3 -O0 -DYYDEBUG=1 flags := -g0 -O3 -flags += -Wall -Werror -Wno-parentheses -I. -fno-common -flags += -I$(shell apr-1-config --includedir) +flags += -Wall -Werror -Wno-parentheses +flags += -fPIC -fno-common +flags += -I. -I$(shell apr-1-config --includedir) svn := $(shell svnversion) -- 2.50.0