From 78a2428dbc9c34e9ccf2d4883ffe9cb3de3c3afb Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 31 Mar 2009 20:08:23 +0000 Subject: [PATCH] Added SHARED_LIBRARIES definition and comment. --- src/makeBaseExt/top/configure/CONFIG_SITE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/makeBaseExt/top/configure/CONFIG_SITE b/src/makeBaseExt/top/configure/CONFIG_SITE index 71bc002e0..4ef88cedf 100644 --- a/src/makeBaseExt/top/configure/CONFIG_SITE +++ b/src/makeBaseExt/top/configure/CONFIG_SITE @@ -15,3 +15,6 @@ CROSS_COMPILER_TARGET_ARCHS = # define INSTALL_LOCATION here #INSTALL_LOCATION= +# Extensions don't normally build shared libraries +SHARED_LIBRARIES = NO +