From bf54437dfcb9292082cc033673647a4b33ac130c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 29 Jul 2006 13:53:12 +0000 Subject: added -fPIC to compile on 64bit machines svn path=/trunk/externals/iem16/; revision=5429 --- src/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makefile b/src/makefile index d8e6685..43b2ec0 100644 --- a/src/makefile +++ b/src/makefile @@ -14,7 +14,7 @@ current: all # PD will install to $(DESTDIR)$(INSTALLL_PREFIX)$(PDLIBDIR), which is /usr/local/lib/pd # by default DESTDIR = -INSTALL_PREFIX = /usr +INSTALL_PREFIX = /usr/local PDLIBDIR = /lib/pd #these were the user adjustables @@ -42,7 +42,7 @@ LINCLUDE = $(LINUXOBJECTS): *.h #CFLAGS = -O2 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS) -CFLAGS = -O3 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS) +CFLAGS = -fPIC -O3 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS) everything: clean all install distclean -- cgit v1.2.1