From 4a87d7a76e84b9b5a98207861b28873e0f317c32 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 16 Jun 2009 14:47:23 +0000 Subject: checked in Tim's 64-bit fix (patch #2804290), 64-bit requires -fPIC svn path=/trunk/externals/pdp/; revision=11786 --- opengl/Makefile.config | 1 + 1 file changed, 1 insertion(+) diff --git a/opengl/Makefile.config b/opengl/Makefile.config index b1d7b6f..9b02c5a 100644 --- a/opengl/Makefile.config +++ b/opengl/Makefile.config @@ -18,6 +18,7 @@ UNAME := $(shell uname -s) ifeq ($(UNAME),Linux) TARGET=linux LDFLAGS = -lGL -lglut + CFLAGS+= -fPIC endif ifeq ($(UNAME),Darwin) TARGET = darwin -- cgit v1.2.1