From: Michael Tremer Date: Fri, 16 Dec 2011 18:59:02 +0000 (+0100) Subject: Compile everything with -fPIC when no CFLAGS are specified. X-Git-Tag: 0.9.20~36^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56701ddc905f744079078ed5fcfeb642b203a830;p=pakfire.git Compile everything with -fPIC when no CFLAGS are specified. --- diff --git a/Makeconfig b/Makeconfig index 1a486af9a..2c2708f09 100644 --- a/Makeconfig +++ b/Makeconfig @@ -12,7 +12,7 @@ PREFIX ?= /usr DEBIAN = $(shell test -e /etc/debian_version && echo 1 || echo 0) CC = gcc -CFLAGS ?= -O2 -pipe +CFLAGS ?= -O2 -fPIC -pipe MACHINE = $(shell uname -m) ifeq "$(MACHINE)" "x86_64"