Enable shared libraries for linux-x86.

This commit is contained in:
W. Eric Norum
2000-12-20 15:53:39 +00:00
parent 68e3f07c6a
commit a5ee8cf64a
2 changed files with 8 additions and 0 deletions

View File

@@ -2,3 +2,5 @@
# linux-x86 is the new name for linux
-include $(EPICS_BASE)/config/CONFIG_SITE.Host.Linux
SHARED_LIBRARY=YES

View File

@@ -7,3 +7,9 @@
# JBA test override values
#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040
# NOTE: If YES then LD_LIBRARY_PATH must include the full
# pathname $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH) for
# both the base # build and when invoking base executables.
# Alternatively the full pathname can be added to /etc/ld.so.conf
# and ldconfig run to inform the system of the shared libraries.
SHARED_LIBRARIES=YES