aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-04 04:56:26 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-04 04:56:26 +0000
commitd51efebfef9fec07262b9d0b526bb2ad67a1eb17 (patch)
treec68cc55c0400d1b854e77fc0879a3f7c1e444769 /externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
parentc4e77db01f4cc3abea4ae612ee38071dffb4cc18 (diff)
fixed shared library versioning
library versioning for linux fixed eol-style svn path=/trunk/; revision=2597
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/gnumake-gcc.inc')
-rw-r--r--externals/grill/flext/buildsys/lnx/gnumake-gcc.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc b/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
index 4be5953d..08945e71 100644
--- a/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
+++ b/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
@@ -2,11 +2,10 @@
OBJPATH=$(OUTPATH)/$(OUTSUB)
TARGETPATH=$(OBJPATH)
-TARGET=$(TARGETPATH)/$(OUTNAME).$(EXT)
##############################################
-CFLAGS += -pthread
+CFLAGS += -pthread -fPIC
LDFLAGS += -pthread -shared -Wl,-x
##############################################