From 30249b5b2d326b281377ef3c0d528493081ffdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 9 Jan 2007 16:48:56 +0000 Subject: added "-fPIC" to compile on amd64 svn path=/trunk/; revision=7247 --- doc/tutorials/externals-howto/example1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/tutorials/externals-howto/example1/Makefile b/doc/tutorials/externals-howto/example1/Makefile index 12dc1b73..50e00ac2 100644 --- a/doc/tutorials/externals-howto/example1/Makefile +++ b/doc/tutorials/externals-howto/example1/Makefile @@ -62,7 +62,7 @@ TARGETS=$(SOURCES:.c=.$(EXTENSION)) pd_linux: $(TARGETS) -LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch -- cgit v1.2.1