diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 4df968f..eef973b 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -40,3 +40,5 @@ ifdef T_A -include $(AREA_DETECTOR)/configure/CONFIG_SITE.Common.$(T_A) -include $(AREA_DETECTOR)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) endif + +-include $(TOP)/configure/CONFIG_SITE.local diff --git a/iocs/uvcIOC/configure/CONFIG_SITE b/iocs/uvcIOC/configure/CONFIG_SITE index 4df968f..0faacd4 100644 --- a/iocs/uvcIOC/configure/CONFIG_SITE +++ b/iocs/uvcIOC/configure/CONFIG_SITE @@ -40,3 +40,5 @@ ifdef T_A -include $(AREA_DETECTOR)/configure/CONFIG_SITE.Common.$(T_A) -include $(AREA_DETECTOR)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) endif + +-include $(TOP)/configure/CONFIG_SITE.local \ No newline at end of file diff --git a/iocs/uvcIOC/configure/CONFIG_SITE.Common.linux-x86 b/iocs/uvcIOC/configure/CONFIG_SITE.Common.linux-x86 deleted file mode 100644 index 69c8111..0000000 --- a/iocs/uvcIOC/configure/CONFIG_SITE.Common.linux-x86 +++ /dev/null @@ -1,6 +0,0 @@ -# There is a problem when building dynamically on our linux-x86 system, due to functions called in PvAPI.a. - -# These can be fixed either by building statically with this line: -#STATIC_BUILD=YES -# Or by building dynamically with this line: -PROD_SYS_LIBS += pthread rt