Build everything with -fPIC until we dump this Makefile for CMake.

This commit is contained in:
Ryan C. Gordon 2016-03-30 03:58:31 -04:00
parent 2e7af8cf00
commit 98972f6a43

View File

@ -700,6 +700,7 @@ ifeq ($(strip $(use_mmx_intrinsics)),true)
CFLAGS += -mmmx -DUSE_MMX_INTRINSICS=1
endif
CFLAGS += $(PICFLAG)
CXXFLAGS += $(CFLAGS)