From 98972f6a43fb1e8987bd2f7102519247aab0c98e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 30 Mar 2016 03:58:31 -0400 Subject: [PATCH] Build everything with -fPIC until we dump this Makefile for CMake. --- Sources/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Makefile b/Sources/Makefile index a65d0d4..ccad0c9 100644 --- a/Sources/Makefile +++ b/Sources/Makefile @@ -700,6 +700,7 @@ ifeq ($(strip $(use_mmx_intrinsics)),true) CFLAGS += -mmmx -DUSE_MMX_INTRINSICS=1 endif +CFLAGS += $(PICFLAG) CXXFLAGS += $(CFLAGS)