From 772e32365d1a8d03330069f06321c4661946fb3a Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 19 Mar 2003 18:49:06 +0000 Subject: [PATCH] No fPIC on compiles of vx library source files. --- configure/os/CONFIG.Common.vxWorksCommon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index 912d224af..a3ae3b584 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -115,6 +115,11 @@ CODE_CXXFLAGS = -fno-implicit-templates POSIX_CPPFLAGS_YES = -D_POSIX_SOURCE POSIX_CPPFLAGS_NO = +#-------------------------------------------------- +# no shared libs for vxWorks +SHRLIB_CFLAGS = +SHRLIB_LDFLAGS = + #-------------------------------------------------- # osithead use default stack, YES or NO override OSITHREAD_USE_DEFAULT_STACK = NO