Build dynamically on solaris, since static build fails to find libtiff and libjpeg
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8187 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
+4
-2
@@ -12,8 +12,10 @@ include $(TOP)/configure/CONFIG_APP
|
||||
# before this takes effect.
|
||||
#IOCS_APPL_TOP = <the top of the application as seen by the IOC>
|
||||
|
||||
STATIC_BUILD=YES
|
||||
ifeq (Darwin, $(OS_CLASS))
|
||||
STATIC_BUILD=NO
|
||||
else
|
||||
STATIC_BUILD=YES
|
||||
endif
|
||||
ifeq (solaris, $(OS_CLASS))
|
||||
STATIC_BUILD=NO
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user