From 84c3320b812d3d1eeabdc400f28ecc1817c679e5 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Wed, 12 Apr 2006 08:30:15 +0000 Subject: [PATCH] re-added -fPIC. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@28 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/Makefile.audio_module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/plug-in/Makefile.audio_module b/core/plug-in/Makefile.audio_module index 22632d6c..ec1acdb4 100644 --- a/core/plug-in/Makefile.audio_module +++ b/core/plug-in/Makefile.audio_module @@ -2,8 +2,7 @@ COREPATH ?=../.. include $(COREPATH)/Makefile.defs ldflags = -shared $(module_ldflags) -cflags = -I $(COREPATH) -I $(COREPATH)/amci -Wall $(module_cflags) -#-fPIC +cflags = -fPIC -I $(COREPATH) -I $(COREPATH)/amci -Wall $(module_cflags) audio_mod_dir = $(COREPATH)/lib